-
Notifications
You must be signed in to change notification settings - Fork 159
PEP event just firing every second time #279
Comments
Thank you for raising this issue and giving an example! The second The alert-popup seems to swallow the As long as you don't call alert-popups from |
We have to deal with this in jQuery UI too. We have a flag that indicates that the mouse button is being pressed and if we detect a Seems like this is also related to #219. |
Browser: Google Chrome
Version 49.0.2623.112 m (64-bit)
Example: [http://codepen.io/OrellBuehler/pen/aNjwrG]
PEP-Version: 0.4.1
jQuery: 1.9.1
Event-Type: pointerdown
Description: When you first click on an element with a pointerdown listener then the event gets fired. If you then click on the same element the event doesn't get fired(thats the problem). But if you click beside the element and then on the element the event gets fired again.
The text was updated successfully, but these errors were encountered: