Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

fix(event): in IE, fix #1128, #589, pointer event will be transformed in IE #1129

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JiaLiPassion
Copy link
Collaborator

fix #589. #1128.

In IE, the pointer event will use the MS version, such as pointerup will become MSPointerUp. So we need to do the mapping to handle this case.

@JiaLiPassion JiaLiPassion changed the title fix(event): in IE, fix #1128, #589, pointer event will be transformed in IE WIP(event): in IE, fix #1128, #589, pointer event will be transformed in IE Aug 26, 2018
@JiaLiPassion JiaLiPassion changed the title WIP(event): in IE, fix #1128, #589, pointer event will be transformed in IE fix(event): in IE, fix #1128, #589, pointer event will be transformed in IE Sep 6, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Both "pointerup" and "MSPointerUp"​​​ are triggered in IE10 and IE11 if zone.js is used
2 participants