-
Notifications
You must be signed in to change notification settings - Fork 7.6k
File change throws "Cannot read property file of null" on NavigationAndHistory/main.js #12792
Comments
Suddenly it stopped doing that, without restarting/reloading or restarting Brackets 🤔 🤔 |
Related #12629 |
@ficristo Hah, I like how the chain goes on like my issue - your issue - my issue... 😆 |
I have been having this exact same problem too, but it has not stopped for me. I am using Windows 10 Version 1511 (OS Build 10586.589) on a 64bit processor. |
@corfeur12 have you tryed |
@ficristo I have just done that and it seems to have fixed it, thank you |
This will be fixed as part of #13418 . |
Yes @petetnt |
Sure thing @swmitra, I haven't figured out repro steps (!) for this one, but I haven't had the issue anymore when I fixed it locally. Closing as fixed, nice work. |
Still not fixed after all. Something is still inserting null values to // Check existing list for this doc path and pane entry
var index = _.findIndex(_mrofList, function (record) {
return (record.file === filePath && record.paneId === paneId);
}); Switching branches on |
Should be fixed now by #13495 🤕 |
Prerequisites
Debug \ Reload Without Extensions
?Description
For some time now (~5 days?) I have been getting the following errors every time I switch files. The fix would be trivial (checking for
file
first in the if-clause) but not sure yet what broke it in the first place. Need to do some debugging.Steps to Reproduce
Expected behavior: [What you expected to happen]
File opens
Actual behavior: [What actually happened]
File is changed, but the following erros are thrown:
Versions
OSX El Capitan 10.11.6
Commit: a340c30, 1.8 pre-release shell but also occurs on 1.7
The text was updated successfully, but these errors were encountered: