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 507886 - Orca+Space when in Java application presents script summary debug
Orca+Space when in Java application presents script summary debug
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other All
: High major
: 2.22.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks: orca-java
 
 
Reported: 2008-01-07 18:16 UTC by Willie Walker
Modified: 2008-07-22 19:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to adjust for when the space key is pressed (929 bytes, patch)
2008-01-07 18:27 UTC, Willie Walker
none Details | Review

Description Willie Walker 2008-01-07 18:16:30 UTC
When using a Java application, Orca+Space reads the script summary debug output instead of bringing up the Orca preferences dialog.
Comment 1 Willie Walker 2008-01-07 18:27:38 UTC
Created attachment 102334 [details] [review]
Patch to adjust for when the space key is pressed

The problem is that in an attempt to handle the Java platform's approach to universal keycodes, we're trying to convert the " " character into a native keycode.  This will fail.  The patch provided first converts " " into "space".  Things then work as expected.