You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using jQuery (the example on Imgur is using jQuery, I haven't tested if it still acts the same with normal JS), I found that when I saved with an error on the page the Live Preview of the HTML would stop updating and even once the error was fixed and it was saved, it still never returned to original functionality.
The error in Chrome's developer tools console is always "ConsoleAgent: data-brackets-id=xx not found in :25" (xx changing every time). Stopping Live Preview and then starting again does resolve it, but so far nothing I've found does while it is still open.
What happened: Live Preview stopped updating and never gave a reason for it.
What was expected: After the error was corrected, the Live Preview should have gone back to its original state and continued to update the HTML without error.
Brackets version: 1.0, Windows 7.
Happens with and without extensions.
The error "ConsoleAgent: data-brackets-id=xx not found in :25" is always present when typing anything into the HTML page once the steps have been followed. The error shows after every character is typed.
The text was updated successfully, but these errors were encountered:
Comment by busykai Monday Dec 15, 2014 at 19:02 GMT
@Equinoxdawg, thanks for the report. Confirmed reproducible. It seems like on document save, the reloaded page is not instrumented (LiveDocument for HTML does not have associated editor).
Issue by equinox
Sunday Dec 14, 2014 at 20:15 GMT
Originally opened as adobe/brackets#10172
While using jQuery (the example on Imgur is using jQuery, I haven't tested if it still acts the same with normal JS), I found that when I saved with an error on the page the Live Preview of the HTML would stop updating and even once the error was fixed and it was saved, it still never returned to original functionality.
I thought it was potentially related to adobe/brackets#5338 and/or adobe/brackets#7126 but this is more specifically errors in the JavaScript.
Imgur album with step by step of how to reproduce without extensions
The error in Chrome's developer tools console is always "ConsoleAgent: data-brackets-id=xx not found in :25" (xx changing every time). Stopping Live Preview and then starting again does resolve it, but so far nothing I've found does while it is still open.
Steps: shown in the Imgur album.
What happened: Live Preview stopped updating and never gave a reason for it.
What was expected: After the error was corrected, the Live Preview should have gone back to its original state and continued to update the HTML without error.
Brackets version: 1.0, Windows 7.
Happens with and without extensions.
The error "ConsoleAgent: data-brackets-id=xx not found in :25" is always present when typing anything into the HTML page once the steps have been followed. The error shows after every character is typed.
The text was updated successfully, but these errors were encountered: