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 353531 - 'checked'/'unchecked' reported twice for check boxes in java applications
'checked'/'unchecked' reported twice for check boxes in java applications
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
0.2.x
Other All
: Normal normal
: 2.18.0
Assigned To: Lynn Monsanto
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-30 11:30 UTC by Oana Serb
Modified: 2008-07-22 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (789 bytes, patch)
2006-08-30 11:38 UTC, Oana Serb
none Details | Review
Reworked patch (1.15 KB, patch)
2006-08-31 13:30 UTC, Oana Serb
none Details | Review

Description Oana Serb 2006-08-30 11:30:29 UTC
When user press Space to check/uncheck a check box from a java application, Orca reports 'checked'/'unchecked' twice.
Comment 1 Oana Serb 2006-08-30 11:38:32 UTC
Created attachment 71892 [details] [review]
Proposed patch

This issue appears (in java applications) because Orca presents the check box for "state-changed:checked" event and, also, for "property-change:accessible-name" event.
Comment 2 Lynn Monsanto 2006-08-30 21:15:19 UTC
Confirmed that check boxes are being presented twice when the "checked" state is changed.
Comment 3 Willie Walker 2006-08-31 12:44:52 UTC
While the patch may work, it seems odd to me to ignore the "checked" state change instead of the "accessible-name" change.  Was there a reason behind this?  If so, please document the code accordingly.  Thanks!
Comment 4 Oana Serb 2006-08-31 13:30:30 UTC
Created attachment 71961 [details] [review]
Reworked patch