[Webkit-unassigned] [Bug 13110] REGRESSION (NativeTextField): Word granularity allows selection of partial words that contain punctuation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 21 21:15:58 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13110
------- Comment #3 from eric at webkit.org 2007-10-21 21:15 PDT -------
Strange that this should be broken, since it looks like WebKit uses AppKit to
do its word boundary detection:
void findWordBoundary(const UChar* chars, int len, int position, int* start,
int* end)
uses:
NSRange range = [attr doubleClickAtIndex:(position >= len) ? len - 1 :
position];
to find the word range. Someone would have to look at the NSTextField source,
maybe it uses a different selection function (or maybe I've missed some other
bug in looking at our selection code).
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list