[Webkit-unassigned] [Bug 107895] New: 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 Jan 24 19:07:15 PST 2013


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

           Summary: Simulated click events generated after a touchend
                    event should be triggered on the touch's target
                    element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Events
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ianwhitester at gmail.com
                CC: ianwhitester at gmail.com


Steps to Reproduce:
1. Trigger a touchstart, touchmove, touchend event on a given element on an iOS device
2. One of the touch handlers for that element changes the location of the touched target element in the viewport and moves a different element that responds to click events into the same location as the initial target element.
3. Observe that the simulated click event generated after the touch events is triggered on the new element, not the original target element of the touch events.

Expected Results:
The simulated click event should be triggered on the initial target elements of the touch event, not whichever element happens to be in the same location as the touch event 300ms later.

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