Bug 148699
| Summary: | Touch Events: Releasing outside of the rendering area should trigger touch events | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Iraê <irae> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | Safari 9 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Iraê
When developing reach interactions using touchStart, touchMove, touchEnd and touchCancel I experienced a but where you can start dragging and moving, I receive correctly the touchStart and touchMove events, but as I drag my finger over the "browser chrome" or in case of UIWebview apps, touchMove events continue firing, as expected, but if I release my finger in this area, the touchEnd or touchCancel is not firing, which causes my application to go into a weird state, where my objects are in "drag" mode but the user finger is not on the screen.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lucas Forschler
Mass move bugs into the DOM component.