GNOME Bugzilla – Bug 483206
(Java) Braille output of unchecked checkbox appears as checked.
Last modified: 2008-07-22 19:33:15 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
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.