[Webkit-unassigned] [Bug 12446] New: Double-clicking near the trailing edge of a word selects the space following it
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 27 15:04:16 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12446
Summary: Double-clicking near the trailing edge of a word selects
the space following it
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: Text
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mitz at webkit.org
Double-clicking in spaces and near the trailing edges of words makes the wrong
selection. Any double-click inside a word, even near the edge, should select
the word, and any double-click inside a space should select the space. In
WebKit, clicking in the right hand side of the last letter of a word selects
the following space, and clicking in the right hand side of the space selects
the following word. NSTextView behaves as expected.
Implementing the correct behavior in WebKit probably requires that the
coordinate-to-offset functions return a secondary offset.
--
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