Bug 517218 - MonthCalendar: back and forward button have extraneous states
Summary: MonthCalendar: back and forward button have extraneous states
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-29 07:47 UTC by calen chen
Modified: 2009-06-29 07:47 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-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'