[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 10:43:49 PDT 2012


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





--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-17 10:42:53 PST ---
(In reply to comment #4)
> (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.
> 
> Perhaps I've misunderstood. The problem is the triggering of the "click" event and *not* the mouseup/down combo (they work as expected!). 

Yes. What I meant to say is that musedown and mouseup must happen on the same element in order for click to fire.

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

You mean when the mouse stays within the bounds? I'm certainly aware of that but that's not what the specification says.

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