Bug 521948 - PrintPreviewDialog: pushbuttons on toolbar are key focusable but lack 'focused' state
Summary: PrintPreviewDialog: pushbuttons on toolbar are key focusable but lack 'focuse...
Status: NEW
: 522606 (view as bug list)
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-14 13:01 UTC by calen chen
Modified: 2009-07-20 03:22 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-07-14 13:01:02 UTC
PROBLEM STATEMENT:

zoom push button, print push button, and page push buttons on toolbar can be navigated by press key Tab/Left/Right, but when they are focused that they still missing 'focused' state

REPRO:

1. run uia2atk/test/samples/printpreviewdialog.py
2. run accerciser, expand dialog, expand toolbar, browse to select one push button(the first print push button for example) on the left tree, see it's states under 'interface viewer'
3. on GUI, press 'Tab' key, the first print push button is focused
4. see it's states under 'interface viewer'

RESULTS:

there is no 'focused' states for print push button

EXPECTED RESULTS:

the pushbutton on toolbar can be navigated by key press, so I think they should raise 'focused' state when they are focused

COMMENTS:

'Close' push button and 'Page' spin button works well to raise 'focused' state when navigate to them
Comment 1 Feng Xia Mu 2009-07-20 01:59:30 UTC
*** Bug 522606 has been marked as a duplicate of this bug. ***