[Webkit-unassigned] [Bug 61344] --webkit-visual-word does not work in multi-line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 15:47:14 PDT 2011


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


Xiaomei Ji <xji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #102043|0                           |1
        is obsolete|                            |
 Attachment #107738|                            |review?
               Flag|                            |




--- Comment #30 from Xiaomei Ji <xji at chromium.org>  2011-09-16 15:47:13 PST ---
Created an attachment (id=107738)
 --> (https://bugs.webkit.org/attachment.cgi?id=107738&action=review)
patch w/ layout test

These functions are only used in moving cursor by word, more specifically, the 2 newly added functions only triggered when finding word break on next or previous line.
Considering the speed of key press in  real use case, where user press ctrl (alt) + arrow to move cursor by word,  and considering the functions are only triggered when searching words across line boundary ("\n" in text field, not wrapped lines), I do not think performance is a concern here. Traversing DOM node is a much cleaner/safer solution.

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