After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 483209 - (Java) Context that appears in braille differs on same item.
(Java) Context that appears in braille differs on same item.
Status: RESOLVED NOTGNOME
Product: orca
Classification: Applications
Component: braille
unspecified
Other Linux
: Normal normal
: 2.22.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks: orca-java
 
 
Reported: 2007-10-04 04:51 UTC by Eitan Isaacson
Modified: 2008-07-22 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eitan Isaacson 2007-10-04 04:51:55 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
Comment 1 Willie Walker 2008-01-05 22:27:02 UTC
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.