-
Notifications
You must be signed in to change notification settings - Fork 157
PEP skipping first event (pointerdown) #292
Comments
Could you create an example demonstrating the issue on e.g. http://jsbin.com? Also, which browser are you using? |
Hi. https://jsbin.com/gagifa/3/edit First time you click the button an alert is shown. The second time // Niclas On 06/02/2016 09:31 AM, Marius Stefan Bethge wrote:
|
I'll have a guess and say it's because PEP loses track of the pointer, as after As a workaround for now: if you change it to react to |
This appears to be a duplicate of #279. |
I have noticed that PEP skips the fist event sometimes. In my cases it happened after clearing a canvas or when showing a Boostrap Modal for the second time (buttons event handlers were only invoked the second time).
The stupid fix below removes the problem but I'm sure it's not the way to go.
The text was updated successfully, but these errors were encountered: