Open
Bug 615933
Opened 14 years ago
Updated 2 years ago
Make all plugins enabled but not visible when the hidden attribute is set
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mounir, Unassigned)
Details
The hidden attribute should make elements display: none but plugins don't work with no frame so we should use the hack used for <embed> for all kind of plugins if possible.
This is related to bug 613722 which makes <embed> active but not visible with hidden attribute set.
Comment 2•14 years ago
|
||
Did the hidden attribute have any meaning on <applet> and <object> in 3.6? If not I don't think we need to block on this, if it did we should probably change the behavior back to what it was until we fix bug 90268.
Comment 3•14 years ago
|
||
> Did the hidden attribute have any meaning on <applet> and <object> in 3.6?
No.
Comment 5•6 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
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•