[Webkit-unassigned] [Bug 35141] Double-click on a field text select the whole string instead of a sub-string.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 12:55:58 PST 2010


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





--- Comment #3 from Darin Adler <darin at apple.com>  2010-02-22 12:55:58 PST ---
Alexey pointed out something and we did a bit of research:

    1) The initial double click uses a different code path than extending the
selection does. They should use the same code path.

    2) The initial double click code path treats these characters inside
otherwise-alphabetical words as part of a single word. The selection extending
code does not.

    3) The Unicode Text Segmentation document has the following to say about
this:

    'To allow acronyms like “U.S.A.”, a tailoring may include U+002E full stop
in ExtendNumLet.'

Our current guess is that the initial double click code path ends up using the
word algorithm with a tailoring that includes the full stop character (period)
in this fashion.

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