Closed Bug 425583 Opened 17 years ago Closed 17 years ago

can't tab past disabled button-type colorpicker

Categories

(Toolkit :: UI Widgets, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 425564

People

(Reporter: myk, Unassigned)

Details

(Keywords: access)

Attachments

(1 file)

231 bytes, application/vnd.mozilla.xul+xml
Details
Attached file testcase
It's not possible to tab past a disabled colorpicker with type="button". The focus simply remains on the previous element in the tab order. No errors appear on the console. See the attached testcase for an example. It should be possible to tab to the checkbox after the colorpicker in the testcase, but instead the focus gets stuck on the button before the colorpicker. The focus does not get stuck if the colorpicker is enabled or if it isn't the "button" type, however.
Probably the same issue as the other bug 425564 you just filed. The colorpicker claims to implement nsIDOMXULControlElement but then doesn't do, so that attempting to get the disabled property causes an error.
Agreed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: