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+
Radar WebKit Bug Importer
Comment 1 2014-08-04 13:51:02 PDT
chris fleizach
Comment 2 2014-08-04 14:37:29 PDT
chris fleizach
Comment 3 2014-08-04 14:56:36 PDT
Note You need to log in before you can comment on or make changes to this bug.