GNOME Bugzilla – Bug 570555
(ARIA) Arrowing not working in "Time" area of Dojo dialog test
Last modified: 2015-07-22 20:52:51 UTC
1) Go to http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Dialog.html 2) Activate the first "Show Dialog" button 3) Tab to the "Time" field. Press "Return" to open it. 4) Press down arrow to change it. Orca's keynav gets in the way and doesn't allow you to change the value.
Will, when I press return (without using Orca), the Time field is not opening. It opened when you and I went through these however. Is it still opening for you?
(In reply to comment #1) > Will, when I press return (without using Orca), the Time field is not opening. > It opened when you and I went through these however. Is it still opening for > you? > Heh. Looks like the Dojo folks could use some regression tests of their own. ;-) Go to http://archive.dojotoolkit.org/dojo-2009-02-04/dojotoolkit/dijit/tests/test_Dialog.html and "Return" will open it.
Putting this one back for now. :-) Sorry!
Created attachment 130317 [details] [review] patch to prevent us from controlling the caret in dialogs This patch will allow the user to arrow into the widget. Orca still won't speak it. We're getting children-changed and text-inserted events, but nothing one would expect in a list where the selection is changing. I think this widget and/or demo is broken. :-(
Joanie - what do you think we should do with your patch? Is it just a band aid to work around a buggy widget/demo, or is it something we should commit?
I don't see any time field on that page, is there some similar test field?
(In reply to comment #6) > I don't see any time field on that page, is there some similar test field? The time field is there. It's just not especially accessible. :-(