Closed
Bug 425583
Opened 17 years ago
Closed 17 years ago
can't tab past disabled button-type colorpicker
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
DUPLICATE
of bug 425564
People
(Reporter: myk, Unassigned)
Details
(Keywords: access)
Attachments
(1 file)
231 bytes,
application/vnd.mozilla.xul+xml
|
Details |
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.
Comment 1•17 years ago
|
||
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.
Comment 2•17 years ago
|
||
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.
Description
•