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
The "up" event of the left mouse button should be fired even if the right mouse button was clicked during left mouse button being clicked.
Actual Results
Polymer "Up" Event is never fired. It looks like the the event listeners are reset (untrackDocument()) on right mouse button click, so the "mouseup" event is never caught.
Browsers Affected
Tested with these:
Chrome
Firefox
Edge
Versions
Polymer: v3.3.0 (3.4.1 did not work either)
webcomponents: v2.2.10
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Polymer Gesture "Up" event does not fire on the left mouse button up ("mouseup"), when the right mouse button was clicked in the meantime.
Live Demo
https://jsfiddle.net/f47kun0v/25/
Steps to Reproduce
Polymer "Up" Event is never fired.
Expected Results
The "up" event of the left mouse button should be fired even if the right mouse button was clicked during left mouse button being clicked.
Actual Results
Polymer "Up" Event is never fired. It looks like the the event listeners are reset (untrackDocument()) on right mouse button click, so the "mouseup" event is never caught.
Browsers Affected
Tested with these:
Versions
The text was updated successfully, but these errors were encountered: