Opened 8 years ago
Closed 8 years ago
#16621 closed defect (fixed)
IE8: RadioButton tab order wrong
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.4 |
Component: | Dijit - Form | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Load test_CheckBox.html in IE8. TAB thru the radio button group containing news/talk/weather. The widget "news" is focused but "talk" should have been since it's checked. This is affecting a11y compliance. Seems to be related to IE not properly processing the checked attribute until the node is attached to body (after startup()) but the attributes are applied before startup().
Change History (9)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.7.5 |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Starting with [30457] dijit/tests/form/CheckBoxMixin.html is getting four failures on IE8.
comment:5 Changed 8 years ago by
[30462] break the "radio group tab order" test on CheckBox_a11y.html on IE8.
comment:17 Changed 8 years ago by
Milestone: | 1.7.5 → 1.8.4 |
---|
Deferring the backport to 1.7 since it's higher risk.
comment:18 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [30457]: