Bug 20997 - setting AXSelectedTextRange in a text area doesn't work
Summary: setting AXSelectedTextRange in a text area doesn't work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-22 10:02 PDT by chris fleizach
Modified: 2008-09-22 11:31 PDT (History)
0 users

See Also:


Attachments
fix to make selected text ranges work (12.05 KB, patch)
2008-09-22 11:00 PDT, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2008-09-22 10:02:33 PDT
Writing a value to AXSelectedTextRange for a textArea in a WebPage causes the cursor to disappear and AXSelectedTextRange will subsequently return kAXErrorNoValue.
Comment 1 chris fleizach 2008-09-22 11:00:10 PDT
Created attachment 23657 [details]
fix to make selected text ranges work
Comment 2 Darin Adler 2008-09-22 11:25:18 PDT
Comment on attachment 23657 [details]
fix to make selected text ranges work 

r=me