Bug 559133 - RadioButton: missing checked and focused states when doing click action
Summary: RadioButton: missing checked and focused states when doing click action
Status: RESOLVED DUPLICATE of bug 554017
Alias: None
Product: UI Automation
Classification: Mono
Component: Moonlight - General (show other bugs)
Version: Unspecified
Hardware: x86 openSUSE 11.1
: P2 - High : Normal
Target Milestone: ---
Assignee: Brad Taylor
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-30 12:23 UTC by calen chen
Modified: 2010-05-05 08:42 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***