[Webkit-unassigned] [Bug 65898] DeleteWordForward deletes 2 words

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 01:04:24 PDT 2012


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





--- Comment #12 from Antaryami Pandia (apandia) <antaryami.pandia at motorola.com>  2012-05-30 01:04:23 PST ---
Created an attachment (id=144743)
 --> (https://bugs.webkit.org/attachment.cgi?id=144743&action=review)
Reference Patch.

I couldn't get much information about the "isAlphanumeric" check by looking at track.

The "TextBoundaries.mm" was added in change-set "http://trac.webkit.org/changeset/13187" and the method "findNextWordFromIndex" is nearly identical. The original file was KWQTextUtilities.mm.

Also the "TextBoundaries.cpp " was originally "TextBoundariesICU.cpp". Was moved in change-set "http://trac.webkit.org/changeset/50977". Also earlier the check was for "u_isalnum" and in this change-set it was changed to "isAlphanumeric".

For testing, I removed the "isAlphanumeric" check and this issue was working.
I am attaching the reference patch here to see its effect on other test cases (using EWS).

-- 
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