[Webkit-unassigned] [Bug 12133] Form buttons don't receive click events if the mouse is dragged before releasing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 8 13:41:36 PST 2007


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





------- Comment #5 from occupant4 at gmail.com  2007-01-08 13:41 PDT -------
Oops - this bug is a dupe of http://bugs.webkit.org/show_bug.cgi?id=8150 .

My "simple fix" patch fixes the first two cases in that bug's attached test
case (http://bugs.webkit.org/attachment.cgi?id=7480).  The third case still
results in no click if the mouse is moved.

If you test the third case in Firefox, you'll see that a click is registered if
and only if nothing is selected as a result of a drag - as soon as text is
selected, the click is invalidated.  In IE7, the click is never invalidated -
as long as the mouseup is in the same element as the mousedown, it's a click. 
Not sure which behavior we'd prefer.


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