Closed
Bug 198479
Opened 22 years ago
Closed 22 years ago
IFrame doesn't hide when setting visibility:hidden (breaks Midas demo)
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: emaijala+moz, Assigned: roc)
References
Details
(Keywords: regression, Whiteboard: [fix])
Attachments
(2 files)
|
371 bytes,
text/html
|
Details | |
|
1.13 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
IFrame, once shown, will not hide. Setting visibility:hidden only hides its
frame, but the content remains. The problem is apparent in the color pickers of
Midas demo, but I'll attach a pretty minimal test case too.
| Reporter | ||
Comment 1•22 years ago
|
||
A simple test case that reportedly works in 1.3 (I haven't tested). I see the
problem at least in 2003031808, but it might be older.
| Reporter | ||
Updated•22 years ago
|
Summary: IFrame doesn't hide when setting visibility:hidden → IFrame doesn't hide when setting visibility:hidden (breaks Midas demo)
| Reporter | ||
Comment 2•22 years ago
|
||
This is a major problem when implementing Midas.
Updated•22 years ago
|
Flags: blocking1.4a? → blocking1.4a-
| Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [fix]
| Assignee | ||
Comment 3•22 years ago
|
||
This broke when the logic for hiding views in response to CSS
"visibility:hidden" was loosened up. For IFRAMEs we want to hide the view in
that case, because its content will not obey our CSS "visibility:hidden".
| Assignee | ||
Updated•22 years ago
|
Attachment #119595 -
Flags: superreview?(bzbarsky)
Attachment #119595 -
Flags: review?(bzbarsky)
Updated•22 years ago
|
Attachment #119595 -
Flags: superreview?(bzbarsky)
Attachment #119595 -
Flags: superreview+
Attachment #119595 -
Flags: review?(bzbarsky)
Attachment #119595 -
Flags: review+
| Assignee | ||
Comment 4•22 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 5•22 years ago
|
||
*** Bug 203043 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 6•22 years ago
|
||
*** Bug 198472 has been marked as a duplicate of this bug. ***
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•