-
Notifications
You must be signed in to change notification settings - Fork 329
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
iframe loop leads to duplicate header #1293
Comments
I have also run across this recently, It is worth noting that Chrome is Homebrewery's officially supported browser, not Firefox. Despite this, many of us (myself included) use FF anyway. |
From @ericscheid today in gitter:
|
From @ericscheid today in gitter:
|
This issue doesn't happen often enough to need our attention, a refresh fixes it on the spot, and it might be a browser bug, considering closing this. |
Hello, thanks for this wonderful tool.
Since a recent update, I've experienced an issue where the page renders the header several times:
Looking at the HTML, it appears that there's an iframe loop going on:
This doesn't occur every time; it seems to be intermittent. When it does occur, refreshing the page generates an additional iframe layer each time. It doesn't seem to have any kind of limit. The page looks pretty funny with 9 headers on it. 😄
Visiting the page directly via its URL clears the extra headers. From there, I can reproduce it by closing the tab and reopening it with the "undo closed tab" browser control (
control+shift+t
).I'm using the latest version of Firefox on Windows 10.
The text was updated successfully, but these errors were encountered: