[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
Thu Jul 18 02:27:33 PDT 2013


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


Ognian <office at ogi-it.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |office at ogi-it.com




--- Comment #2 from Ognian <office at ogi-it.com>  2013-07-18 02:27:29 PST ---
I think I have the same problem. Newest Mobile Safari Beta.

1. touchstart on a "dojo dijit/form/Button" (actually some span's with the touch handler bound to one of them) inside div1
2. this leads to creation of div2 and another "button" occupying the space of div1
3. touching on the newly created button leads to a touch start with event.target set to div1 instead of the actual span inside div2

The problem is always reproduce able with my app but a very reduced test case didn't reproduce it

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