Closed
Bug 132877
Opened 23 years ago
Closed 23 years ago
iframe is visible even with style visibility=hidden
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 130263
People
(Reporter: Richard_Treitel, Assigned: jst)
Details
Attachments
(2 files, 1 obsolete file)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128
Netscape6/6.2.1
BuildID: 2002032011
I create an HTML page that includes an iframe whose style sets the visibility
attribute to hidden. On opening the page, the iframe is visible. Vaguely
similar to bug 132503, but not quite identical.
Reproducible: Always
Steps to Reproduce:
1. Open the HTML file (I'll endeavour to attach it), or, for internal Netscape
developers, look at jazz/users/treitel/publish/P2/amc.html
Actual Results: The iframe should not have been visible until something made it
so, such as executing some JavaScript to change its style's visbility.
Expected Results: It was visible right away. In 0.9.4 it was not visible.
Note: the browser I'm using to submit this bug is not the browser in which I can
reproduce it.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
test case that can be run without copying local
Attachment #75640 -
Attachment is obsolete: true
Comment 4•23 years ago
|
||
Fails using a trunk build from the 3/18.
Works fine in todays trunk build. 2002032203 build on WinXP
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•23 years ago
|
||
I think this was fixed by the patch in bug 130263 which was checked in on the 18th.
![]() |
||
Comment 6•23 years ago
|
||
Yep, it was.
*** This bug has been marked as a duplicate of 130263 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•