Bugzilla – Bug 589269
PrintPreviewDialog: modal dialog is missing 'active' state
Last modified: 2010-03-18 08:17:45 UTC
Created attachment 349112 [details] scrip for checking states REPRO: 1. Run uia2atk/test/samples/winforms/printpreviewdialog.py 2. Run the attachment IronPython script(with IPCE installed) 3. The scrip is doing click 'PrintPreviewDialog' button to invoke a modal dialog, that is actived, and print the states of this dialog RESULTS: the dialog is missing 'active' state on openSUSE11.2-64bit|32bit, fedora12-64bit|32bit with pyatspi 1.29.90 installed, but 'active' state appear on ubutun platform with pyatspi 1.28 installed. EXPECTED RESULTS: modal dialog should alway have 'active' state