Closed Bug 1148974 Opened 9 years ago Closed 7 years ago

Inline Options: The "hidden" attribute does not work

Categories

(Toolkit :: Add-ons Manager, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: Eduard.Braun2, Unassigned)

Details

Attachments

(1 file)

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
As of bug 1414406, inline settings are no longer supported.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: