Bugzilla – Bug 558654
TextBox is not sending the cursor position and events for Orca to speech
Last modified: 2009-11-26 09:17:14 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
After Moonlight.TextBox accessible for Orca, We should make sure if it has the same problem.