Bug 465958

Summary: PrintPreviewControl: printing window is hided that is inconsistant with Vista does
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Minor    
Priority: P4 - Low    
Version: Release 0.9   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-01-14 09:16:02 UTC
SUMMARY

running example in Linux, click "Button" in Gui, in accerciser shows a panel child under "PrintPreviewControl control" frame, also shows another "Printing" frame under ipy. but running this example in Vista, in UISpy just shows "PrintPreviewControl control" with "pane" child. the "Printing" window disappeared quickly after click "Button"

REPRO

1.  run uia2atk/test/samples/printpreviewcontrol.py, click "Button" in Gui to
show PrintPreviewControl page
2.  run accerciser, expand "ipy", select "Printing" in left tree
3. also run this example in Vista, click "Button" and use UISpy navigate "Printing" window

RESULTS

in step 2: there is "Printing" frame shows in left tree in accerciser, select this item can navigate the frame but can't see Printing window in Gui(seems is hided)

but in step 3: the "Printing" window disappeared quickly after click "Button", and can't see Printing window in UISpy(seems is closed)

EXPECTED RESULTS

expect the performance in Linux is similar to Vista does

COMMENTS

it seems an issue with Mono Winforms
Comment 1 Brad Taylor 2009-03-04 16:14:29 UTC
This needs to likely be filed upstream.