WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
135573
AX: isWordEndMatch should allow for multiple word selections
https://bugs.webkit.org/show_bug.cgi?id=135573
Summary
AX: isWordEndMatch should allow for multiple word selections
chris fleizach
Reported
2014-08-04 13:50:47 PDT
The recently added isWordEndMatch method only works when the checked match has one word in it. But if you have a multiple word match, it will find the first word break and then return that. So the fix should be to search from the end of the string to find if we're at the end. We already matched everything up to the end as part of the finding process before that.
Attachments
patch
(5.92 KB, patch)
2014-08-04 14:37 PDT
,
chris fleizach
mario
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-08-04 13:51:02 PDT
<
rdar://problem/17906689
>
chris fleizach
Comment 2
2014-08-04 14:37:29 PDT
Created
attachment 235985
[details]
patch
chris fleizach
Comment 3
2014-08-04 14:56:36 PDT
http://trac.webkit.org/changeset/172005
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