Closed
Bug 150951
Opened 23 years ago
Closed 23 years ago
IFRAME placed wrong when jumping directly to an anchor
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 148075
People
(Reporter: karihoch, Assigned: attinasi)
References
()
Details
Attachments
(1 file)
15.12 KB,
text/html
|
Details |
If a user clicks on an anchorlink ( http://example.com/page#section2 ) and the
new page contains an iframe, the iframe is rendered at the wrong place.
What seems to happen is that the page is rendered "scrolled down" to the right
place, yet the iframe code assumes that the page is not scrolled down and places
its content on the old place.
The provided URL has an iframe as part of their ad code, which switches between
iframe and img randomly. So you have to be lucky to see it. I'll try to add a
testcase html file that works every time (it's my first bug report, sorry... :-)
To see the bug, go to
http://bugzilla.mozilla.org/attachment.cgi?id=87251&action=view#3678982
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 148075 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•