[Webkit-unassigned] [Bug 86618] mousedown + mousemove causes click event to fire on SVG element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 04:51:24 PDT 2012


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





--- Comment #4 from Adrian Phinney <adrian.phinney at gmail.com>  2012-05-17 04:50:28 PST ---
(In reply to comment #2)
> Oh, I think this is similar to how mousedown and mouseup must happen on the same element in html although I think that's also wrong. User can't tell and shouldn't be forced to be aware of element boundary.

Ryosuke, 

Perhaps I've misunderstood. The problem is the triggering of the "click" event and *not* the mouseup/down combo (they work as expected!). 

On Windows, from every implementation of click events that I've seen (.NET, Java and FF/IE), a click only occurs when the mouse goes outside of the bounds defined in SM_CYDRAG and SM_CXDRAG retrieved with GetSystemMetrics (http://msdn.microsoft.com/en-us/library/windows/desktop/ms724385(v=vs.85).aspx).

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