Bug 517218

Summary: MonthCalendar: back and forward button have extraneous states
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium    
Version: Release 1.0   
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-06-29 07:47:22 UTC
PROBLEM STATEMENT:

in monthcalendar.py sample there are two accessbiles 'back by one month' and 'forward by one month' are implemented to 'push button', but they have  extraneous 'focused' and 'selectable' states

REPRO:

1. run uia2atk/test/samples/monthcalendar.py
2. run accerciser, expand 'filler' and 'tree table' on the left treeview, browse to 'back by one month' and 'forward by one month' push_button
3. see their states under interface viewer

RESULTS:

these two push button both have extraneous 'focused' and 'selectable' states

EXPECTED RESULTS:

push button shouldn't have 'selectable' state because it's not selectable;

push buttons shouldn't have 'focused' state, because in this sample, day '23' table_cell should be default focused, if you press key Left/Right on GUI, the focus move from day '23' to '22' or '24'