You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On touch devices, when a <button> is covered by a Polymer element that uses gestures (e.g. one with a down listener) and the Polymer element is moved, the <button> does not receive mouse events for 2.5s since POINTERSTATE.mouse.target is not cleared.
Description
On touch devices, when a
<button>
is covered by a Polymer element that uses gestures (e.g. one with adown
listener) and the Polymer element is moved, the<button>
does not receive mouse events for 2.5s sincePOINTERSTATE.mouse.target
is not cleared.Live Demo
http://jsbin.com/runayep/edit?html,output
Steps to Reproduce
Expected Results
The drawer opens
Actual Results
The drawer does not open, but clicking the button after 2.5s does.
Browsers Affected
All
Versions
The text was updated successfully, but these errors were encountered: