Bugzilla – Bug 521948
PrintPreviewDialog: pushbuttons on toolbar are key focusable but lack 'focused' state
Last modified: 2009-07-20 03:22:50 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
*** Bug 522606 has been marked as a duplicate of this bug. ***