[Webkit-unassigned] [Bug 135573] New: AX: isWordEndMatch should allow for multiple word selections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 4 13:50:35 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135573

           Summary: AX: isWordEndMatch should allow for multiple word
                    selections
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list