This repository was archived by the owner on Feb 26, 2024. It is now read-only.
fix(addEventListener patch): ignore FunctionWrapper for IE11 & Edge d…#155
Closed
marclaval wants to merge 1 commit intoangular:masterfrom
Closed
fix(addEventListener patch): ignore FunctionWrapper for IE11 & Edge d…#155marclaval wants to merge 1 commit intoangular:masterfrom
marclaval wants to merge 1 commit intoangular:masterfrom
Conversation
Contributor
|
LGTM, thanks @Mlaval ! |
Contributor
|
merged as 3b0ca3f |
|
I don't know if anyone has checked lately, but the latest version of Edge, Can anyone confirm this issue is back in EdgeHTML 15? There should be a better way than just check a string, because they have seemed to changed their internal function. Anyways, below is my local changes and works on my machine. |
Contributor
|
@wizarrc could you please open a new issue. Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ev tools
Fixes the issue described in #150 in the IE and Edge dev tools.
These tools add add event listeners with a special object as a handler, a
FunctionWrapper. Zone shouldn't interfere with those.