Open
Bug 672019
Opened 14 years ago
Updated 3 years ago
JavaScript alert dialog hides frames
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: jab_creations, Unassigned)
Details
When a JavaScript alert dialog is displayed on a page with frames the bottom frame is pushed down by the text in the dialog if it pushes past the frame it was triggered from, at least that is my best current interpretation of the issue.
I posted the following JavaScript in an XHTML anchor to demonstrate something recently...
javascript:alert(new XMLSerializer().serializeToString(document));
While browsing my site with the music player running I clicked on the example link and the frame was pushed down...again I think this is in conjunction with the fact that there is a lot of code so it's probably pushing the frame down.
Merely clicking okay does not resolve the issue, toggling full-screen mode or resizing the browser does however.
Live example here...
http://www.jabcreations.com/home/
The anchor above is located in the blog entry dated July 9th, 2011.
I also confirmed this on Firefox/8.0a1 / Gecko/20110713, I'm using 64-Bit XP.
Comment 1•14 years ago
|
||
I don't see any change in layout on the Mac 20110711 nightly.
Comment 2•14 years ago
|
||
And no difference with the 20110716 nightly either.
Comment 3•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•