#13085 closed defect (fixed)
ComboButton loses tabIndex value after being disabled and then reenabled
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit - Form | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_Button.html. Click Disable All. Click Enable All. Now tab thru the buttons. None of the ComboButton? left halves can be focused.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [25205]) Fixes #13085. Call widget.set instead of hardcoding widget.focusNode to set tabIndex so that ComboButton::titleNode's tabIndex also gets set.