Bug 558654

Summary: TextBox is not sending the cursor position and events for Orca to speech
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: Normal    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-11-26 09:12:23 UTC
REPRO:

1. Run /uia2atk/test/samples/winforms/textbox.py
2. Input more than 2 lines into the second textbox
3. Run Orca
4. Use keyUp/Down move cursor among the multi-lines

RESULTS:

Orca doesn't speech the line for Winforms.TextBox when use keyUp/Down to move
cursor

EXPECTED RESULTS:

It Should sending the cursor position and events when the cursor position changes by using keyUp/Down to move

COMMENTS:

Please see https://bugzilla.novell.com/show_bug.cgi?id=557659#c4
Comment 1 calen chen 2009-11-26 09:17:14 UTC
After Moonlight.TextBox accessible for Orca, We should make sure if it has the same problem.