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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Old Title: Live development: Switching between iframe outer & inner pages shows wrong content
Open an HTML file with an iframe that includes another HTML file in the project
Launch Live Preview
In Brackets, switch to the HTML file that the iframe points at
Toggle Live Preview off, then back on again
Switch back to the outer HTML file
Result:
3 - page in browser does not change; console shows error "Couldn't find the tag information for (filename of inner file)"
4 - tab opens showing inner file as expected
5 - tab changes to show outer file, but the content in the iframe is a nested copy of the outer file (it actually seems to recurse twice, then stops -- so the outer file's iframe contains a copy of the outer file, whose iframe in turn includes another copy of the outer file, whose iframe in turn is blank) Fixed.
Expected:
3 - browser page switches to inner HTML file
5 - browser page switches back to outer HTML file, but it looks exactly the same as in step 2