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 745309 - Wrapper: State ARMED check is noisy
Wrapper: State ARMED check is noisy
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-02-27 20:37 UTC by Magdalen Berns (irc magpie)
Modified: 2015-02-27 20:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address problem (13.50 KB, patch)
2015-02-27 20:40 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-02-27 20:37:58 UTC
This check seems a bit unhelpful. ARMED state is deprecated and I think it's better to just dispatch a focus event when the widget is selected or focused rather than worry about dispatching anything for armed radiobuttons etc.
Comment 1 Magdalen Berns (irc magpie) 2015-02-27 20:40:15 UTC
Created attachment 298133 [details] [review]
Patch to address problem