GNOME Bugzilla – Bug 570566
(ARIA) Orca goes silent when navigating to uneditable text from an ARIA widget
Last modified: 2009-02-12 00:28:43 UTC
1) Go to http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Editor.html 2) Tab to the toolbar. 3) Press the Up arrow to go to "Created from div" 4) The "Created from div" text is not presented. NOTE: this seems to be a general problem with arrowing off ARIA widgets.
I may have a fix for this.
(In reply to comment #0) > NOTE: this seems to be a general problem with arrowing off ARIA widgets. Indeed. I have a "good enough for government work" fix for now as part of a patch that I'll hopefully be checking into trunk (and attaching to bug 571058) later this evening. By "good enough for government work", I mean we now speak and braille the text. (i.e. this particular bug is officially solved/a dup of 571058). Given how delicate the caret-moved/isAriaWidget/isNavigableAria space is, I'm taking baby steps on 571058 (and writing new tests all along the way). In that spirit, I have created and checked in a regression test for this bug, marking areas which aren't quite right with "BUG?" so that we can go back and get them. *** This bug has been marked as a duplicate of 571058 ***