GNOME Bugzilla – Bug 483209
(Java) Context that appears in braille differs on same item.
Last modified: 2008-07-22 19:33:17 UTC
When invoking a menu bar menu with F10 and from a mnemonic we get different contexts in the braille output when we run the following test: http://svn.gnome.org/viewcvs/orca/trunk/test/keystrokes/java/role_check_menu_item.py The first time we focus on a check menu item called "Enable Drag Support" we get the following braille output: BRAILLE LINE: 'SwingSet2 Application SwingSet2 Frame RootPane LayeredPane Swingdemo menu bar MenuBar < > Enable Drag Support CheckItem' VISIBLE: '< > Enable Drag Support CheckIte', cursor=1 The second time we focus on that item, we get the following: BRAILLE LINE: 'SwingSet2 Application SwingSet2 Frame RootPane LayeredPane PopupMenu <x> Enable Drag Support CheckItem' VISIBLE: '<x> Enable Drag Support CheckIte', cursor=1
I just did some debugging with this and it doesn't appear to be a bug anymore. As I'm going through these various bugs related to the Java platform, I'm also updating the regression tests to add assertions just to make sure. Closing as NOTGNOME.