Bugzilla – Bug 559133
RadioButton: missing checked and focused states when doing click action
Last modified: 2010-05-05 08:42:11 UTC
SUMMARY Do 'click' action to select a radiobutton doesn't raise 'checked' and 'focused' states for the button. REPRO 1. make /A11y/uia2atk/test/samples/moonlight/RadioButton 2. run RadioButtonSample.html and accerciser 3. select radiobutton1(or others) on the left tree in accerciser, 4. under interface viewer, expand 'Action', perform 'click' action, see the radiobutton's states under 'Accessible' states box RESULTS missing 'checked' and 'focused' states EXPECTED RESUlt refer to UIAVerify on windows, select action(we implement it to 'click') should raise 'checked' state for the chose radiobutton, also focus should be moved to the chose radiobutton. so after the radiobutton is chose that should have 'checked' and 'focused' states.
As explained in #554017, the control should not become focused when the "click" action is performed. However, it should get acquire the "checked" state and send the appropriate signal. Assigning and adding estimate.
Review psoted: http://reviews.mono-a11y.org/r/563/
Committed in r147562.
the remaining 'focused' problem is duplicate to bug 554017 *** This bug has been marked as a duplicate of bug 554017 ***