Changes between Version 16 and Version 17 of Ticket #4537
- Timestamp:
- Nov 8, 2007, 4:28:44 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4537
-
Property
Summary
changed from
FilteringSelect: screen readers not annoucing "n of m" information for the list
toFilteringSelect and ComboBox: screen readers not annoucing "n of m" information for the list
-
Property
Summary
changed from
-
Ticket #4537 – Description
v16 v17 1 1 Go to http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_FilteringSelect.html and tab down to a !FilteringSelect widget, clear out all the data, use the arrow keys to move through the list, the screen reader is not telling the user how many items are in the list and which list item they are currently on. This is because the browser is not recognizing that the user is in a list when using the arrow keys in the !FilteringSelect. 2 2 3 Also when focus first moves to a !FilteringSelect or !ComboBox the screen reader should be able to announce the n of m information. 4 3 5 Note: This ticket was originally about a blank item at the start of the list. That issue is now covered by #4923.