Bug 551639 - Cannot get ScrollBarElement on a disabled TextBox
Summary: Cannot get ScrollBarElement on a disabled TextBox
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: 2009-10-31 08:55 UTC by Rui Guo
Modified: 2009-10-31 08:55 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 2009-10-31 08:55:23 UTC
Assume we have a multiline winforms textbox, and the textbox contains some very long lines so that its horizontal scroll bar is shown. Then we disable the TextBox and tries to get its HScrollBar AutomationElement.
We can get the AutomationElement for the HScrollBar on Windows/.Net, but can't on our implementation.

To Reproduce, Run RangeValuePatternTest.Z_NotEnabledTest in UIAutomationClientTests.