Closed
Bug 1148974
Opened 11 years ago
Closed 8 years ago
Inline Options: The "hidden" attribute does not work
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Eduard.Braun2, Unassigned)
Details
Attachments
(1 file)
|
814 bytes,
application/x-xpinstall
|
Details |
As the sample add-on shows, setting the "hidden" attribute on a setting does not work (or rather it works, as I checked with DOM Inspector, but does not have any visual influence).
The problem is that the following CSS rule in minimal-xul.css [1]
[hidden="true"] {
display: none;
}
gets overwritten by the following CSS rule in extensions.css [2]
setting[type="bool"] {
display: -moz-grid-line;
}
Note that this example is only for <settings> with type="bool"
However all others <setting> types are also affected!
[1] http://lxr.mozilla.org/mozilla-central/source/toolkit/content/minimal-xul.css#42
[2] http://lxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/content/extensions.css#67
Comment 1•8 years ago
|
||
As of bug 1414406, inline settings are no longer supported.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•