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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 10:17:02 PDT 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Windows 7                   |All
                 CC|                            |ap at webkit.org,
                   |                            |rniwa at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2012-05-16 10:16:06 PST ---
This spec requirement doesn't appear practical. For usability and accessibility reasons, one cannot require that mouse position doesn't change at all during click, or it would be too difficult for some people to click. This is doubly important for double clicks, which are served by the same event (with the detail attribute incrementing with each repetition).

That said, click hysteresis is not the observable difference with spec here - you can move the mouse all over the shape, not just by 2-3 pixels. I don't know if that's intentional for SVG, although it matches behavior of most built-in HTML controls.

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