Bug 559133

Summary: RadioButton: missing checked and focused states when doing click action
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Moonlight - GeneralAssignee: Brad Taylor <btaylor1>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High    
Version: Unspecified   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-11-30 12:23:00 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.
Comment 1 Brad Taylor 2009-12-02 19:36:12 UTC
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.
Comment 2 Brad Taylor 2009-12-02 20:57:44 UTC
Review psoted:

http://reviews.mono-a11y.org/r/563/
Comment 3 Brad Taylor 2009-12-03 15:30:18 UTC
Committed in r147562.
Comment 4 calen chen 2010-05-05 08:42:11 UTC
the remaining 'focused' problem is duplicate to bug 554017

*** This bug has been marked as a duplicate of bug 554017 ***