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, when the list appears notice that there is a blank entry above Alabama. This can cause confusion to the screen reader or a screen reader user. |
| 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 | |
| 3 | Note: This ticket was originally about a blank item at the start of the list. That issue is now covered by #4923. |