Bug 465958 - PrintPreviewControl: printing window is hided that is inconsistant with Vista does
Summary: PrintPreviewControl: printing window is hided that is inconsistant with Vista...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 0.9
Hardware: x86 openSUSE 11.0
: P4 - Low : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 09:16 UTC by calen chen
Modified: 2009-03-04 16:14 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-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.