Closed
Bug 614825
Opened 14 years ago
Closed 12 years ago
<embed> should be display:none; when hidden attribute is set
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: mounir, Assigned: mounir)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
6.43 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Because of bug 90268, <embed> with no frame do nothing so, with @hidden making the element display:none;, <embed> was disabled when hidden, see bug 613722.
@hidden now does nothing for <embed> and this should be reverted as soon as bug 90268 is fixed.
Assignee | ||
Comment 1•12 years ago
|
||
This was bitrotting in my patch queue.
Comment 2•12 years ago
|
||
Comment on attachment 720473 [details] [diff] [review]
Patch
Remove that TODO comment in the test, and r=me
Attachment #720473 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Flags: in-testsuite+
Target Milestone: --- → mozilla22
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
This was found, by bisection, to have regressed 3D silverlight video: see bug 878673.
You need to log in
before you can comment on or make changes to this bug.
Description
•