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 483206 - (Java) Braille output of unchecked checkbox appears as checked.
(Java) Braille output of unchecked checkbox appears as checked.
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:42 UTC by Eitan Isaacson
Modified: 2008-07-22 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eitan Isaacson 2007-10-04 04:42:57 UTC
This bug was encountered when running test script:
http://svn.gnome.org/viewcvs/orca/trunk/test/keystrokes/java/role_check_box.py

When the "One" checkbox gets focus, the following should be
presented in braille:

BRAILLE LINE:  'SwingSet2 Application SwingSet2 Frame RootPane LayeredPane Button Demo TabList Button Demo Check Boxes TabList Check Boxes Text CheckBoxes Panel <x> One  CheckBox'
     VISIBLE:  '<x> One  CheckBox', cursor=1

Instead the following appears:

BRAILLE LINE:  'SwingSet2 Application SwingSet2 Frame RootPane LayeredPane Button Demo TabList Button Demo Check Boxes TabList Check Boxes Text CheckBoxes Panel < > One  CheckBox'
     VISIBLE:  '< > One  CheckBox', cursor=1
Comment 1 Willie Walker 2008-01-05 02:57:47 UTC
I'm checking this one out with:

bash-3.2$ java -version
java version "1.6.0_04"
Java(TM) SE Runtime Environment (build 1.6.0_04-b10)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)

I'm seeing that the "< >" indicator is what is expected and is what is shown.  That is, the One checkbox is initially unchecked.  I think this bug may have been resolved with a recent version of the JDK.