This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Both "pointerup" and "MSPointerUp" are triggered in IE10 and IE11 if zone.js is used #589
Closed
Description
Hello, I registered an event handler for the "pointerup" and "MSPointerUp" events. The "MSPointerUp" event is handled for IE10 compatibility and the "pointerup" event for IE11
As a result, both handlers are executed in IE11 (and IE10) if zone.js is registered on the page.
I expect that only one handler should be executed.
You can see example here.
Metadata
Metadata
Assignees
Labels
No labels