Bug 551639

Summary: Cannot get ScrollBarElement on a disabled TextBox
Product: [Mono] UI Automation Reporter: Rui Guo <rguo>
Component: Winforms - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.