Fieldset: Tab navigation problems on Chrome, Safari
Problem 1: On Chrome, tab navigation (either direction) does not focus the expand/collapse arrow at the top-left of dijit.FieldSet? widgets
Problem 2: On Chrome, reverse tab navigation (shift-tab) stops at the first input field within any dijit.FieldSet? widget. Forward tab navigation does not have the same issue.
Example: http://jsfiddle.net/blah238/GCswY/
Attachments (1)
-
legend.html (434 bytes) - added by bill 8 years ago.
-
plain html test case showing problem on chrome and safari
Download all attachments as: .zip
Change History (8)
Component: |
DojoX Widgets →
Dijit
|
Owner: |
set to bill
|
Status: |
new →
assigned
|
Summary: |
Tab navigation problems with dijit.FieldSet on Chrome →
Fieldset: Tab navigation problems on Chrome
|
Owner: |
changed from bill to blah238
|
Status: |
assigned →
pending
|
Milestone: |
tbd →
1.10
|
Owner: |
changed from blah238 to bill
|
Status: |
pending →
assigned
|
Summary: |
Fieldset: Tab navigation problems on Chrome →
Fieldset: Tab navigation problems on Chrome, Safari
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Hmm, that's an odd one. Seems like a webkit bug, since it works on firefox and since the <label> does have tabIndex=0. Also peculiar is that the test case I checked in (dijit/tests/Fieldset.html) does work on Chrome.