[Webkit-unassigned] [Bug 14347] REGRESSION (r21291): Initiating a drag near the edge of a selection deselects it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 24 05:47:31 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14347


proton at wiretapped.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |proton at wiretapped.net




------- Comment #2 from proton at wiretapped.net  2007-06-24 05:47 PDT -------
In the code added in r21291 there is the comment:
// A selection doesn't contain it's endpoints.

If you modify the code so that a selection does include the endpoints (modify
line 1106 to use <= 0 not < 0) the bug appears to be resolved. This doesn't
appear to break any editing layout tests so is there a reason that a selection
doesn't contain its endpoints?


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