[Webkit-unassigned] [Bug 107895] Simulated click events generated after a touchend event should be triggered on the touch's target element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 2 18:07:30 PDT 2013


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


Matt Mueller <mattmuelle at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mattmuelle at gmail.com




--- Comment #1 from Matt Mueller <mattmuelle at gmail.com>  2013-07-02 18:09:28 PST ---
This bug is a big issue for me too on mobile safari. Here's another way to reproduce:

1) bind touchend event to element on top of another element
2) bind click event to element underneath
2) on-touchend hide top element
3) on-click log e.target

You'll notice that ontouchend gives you top element, while onclick will give you a target of the element underneath.

Heres a demo: http://jsbin.com/ukezaq/2

You need to use the simulator / mobile device / tablet to see the issue.

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