WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
47101
AX: doAXRangeForLine does not work
https://bugs.webkit.org/show_bug.cgi?id=47101
Summary
AX: doAXRangeForLine does not work
chris fleizach
Reported
2010-10-04 12:06:21 PDT
asking for NSAccessibilityRangeForLineParameterizedAttribute from a textarea always give a zero range back
Attachments
Patch
(11.29 KB, patch)
2010-10-04 12:23 PDT
,
chris fleizach
bdakin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2010-10-04 12:14:39 PDT
It looks like doing this call to find the end of the line selection.modify(SelectionController::AlterationExtend, SelectionController::DirectionRight, LineBoundary); does not do what's expected. I suspect it thinks the end of the line is the same position as the start of the line. I think the better solution is to just use the existing endOfLine() method that already exists.
chris fleizach
Comment 2
2010-10-04 12:23:16 PDT
Created
attachment 69667
[details]
Patch
chris fleizach
Comment 3
2010-10-04 14:03:55 PDT
http://trac.webkit.org/changeset/69033
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug