GNOME Bugzilla – Bug 353531
'checked'/'unchecked' reported twice for check boxes in java applications
Last modified: 2008-07-22 19:13:25 UTC
When user press Space to check/uncheck a check box from a java application, Orca reports 'checked'/'unchecked' twice.
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.
Confirmed that check boxes are being presented twice when the "checked" state is changed.
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!
Created attachment 71961 [details] [review] Reworked patch