-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] File change throws "Cannot read property file of null" on NavigationAndHistory/main.js #10896
Comments
Comment by petetnt Suddenly it stopped doing that, without restarting/reloading or restarting Brackets 🤔 🤔 |
Comment by ficristo Related adobe/brackets#12629 |
Comment by petetnt
|
Comment by corfeur12 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. |
Comment by ficristo
|
Comment by corfeur12
|
Comment by swmitra
|
Comment by petetnt This line (https://github.com/adobe/brackets/pull/13418/files#diff-649cccfc4b4582653f0bc2c44978e56cR650) right? |
Comment by swmitra Yes |
Comment by petetnt Sure thing |
Comment by petetnt 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 |
Issue by petetnt
Monday Sep 19, 2016 at 07:11 GMT
Originally opened as adobe/brackets#12792
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: