Bugzilla – Bug 517218
MonthCalendar: back and forward button have extraneous states
Last modified: 2009-06-29 07:47:38 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'