Open Bug 442454 Opened 16 years ago Updated 2 years ago

<preference>.disabled ignores aria-labelledby

Categories

(Toolkit :: Preferences, defect)

defect

Tracking

()

People

(Reporter: mnyromyr, Unassigned)

Details

Setting a <preference>'s "disabled" property will render all depending UI elements disabled, too - but only those tied to the <preference> by the "control" attribute:

      <preference  id="pref442251"
                   name="pref442251"
                   type="int"/>
      <description id="before442251"
                   value="before"
                   control="textbox442251"/>
      <textbox     id="textbox442251"
                   value="textbox442251"
                   preference="pref442251"
                   aria-labelledby="before442251 textbox442251 after442251"/>
      <description id="after442251"
                   value="after"/>

Setting pref442251.disabled=true will disable both before442251 and textbox442251, but not after442251.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.