[TIMOB-7527] MobileWeb: Mouse events over webviews are ignored, which can mess up gestures.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T18:45:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | stage |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-02-02T15:57:26.000+0000 |
Updated | 2018-04-04T23:20:31.000+0000 |
Description
When a gesture is started over a control, and the mouse/finger is released over a webview, the gesture is not cancelled because it never receives the mouseup/touchend event. Need to inspect mouseover or something to handle this case.
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.