Bug 585435 - TransformPattern shall not work on a Form whose BorderStyle is None
Summary: TransformPattern shall not work on a Form whose BorderStyle is None
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - UIA (show other bugs)
Version: Unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-04 12:39 UTC by Rui Guo
Modified: 2010-03-04 12:39 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 Rui Guo 2010-03-04 12:39:48 UTC
On Windows, if we set a Form's BorderStyle to None, then the form won't support TransformPattern. However with our implementation, we can still get the pattern from the Form, and we can even call TransformPattern.Move on the returned pattern object with firing any exception.