#11148 closed defect (fixed)
a11y: ComboBox button can be focused in IE8
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_ComboBox.html in IE8 and a11y mode. Click the down arrow button and you can focus the underlying input field. If you click on the right side, then the text scrolls to the left.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [22169]) Fixes #11148. Set disabled on the underlying INPUT for the ComboBox? button when using IE.