Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
JiaLiPassion wants to merge 2 commits into
angular:masterangular/zone.js:masterfrom
JiaLiPassion:pointer-eventJiaLiPassion/zone.js:pointer-eventCopy head branch name to clipboard
Open

fix(event): in IE, fix #1128, #589, pointer event will be transformed in IE#1129
JiaLiPassion wants to merge 2 commits into
angular:masterangular/zone.js:masterfrom
JiaLiPassion:pointer-eventJiaLiPassion/zone.js:pointer-eventCopy head branch name to clipboard

Conversation

@JiaLiPassion

Copy link
Copy Markdown
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.