Bug 558654 - TextBox is not sending the cursor position and events for Orca to speech
Summary: TextBox is not sending the cursor position and events for Orca to speech
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Unspecified
Hardware: x86 openSUSE 11.1
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 09:12 UTC by calen chen
Modified: 2009-11-26 09:17 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-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.