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

fix($compile): backport to 1.2 of workaround for IE11 MutationObserver #12613

Closed
wants to merge 1 commit into from

Conversation

smdvdsn
Copy link

@smdvdsn smdvdsn commented Aug 18, 2015

Backport #11796 to 1.2 branch.
IE11 MutationObserver breaks consecutive text nodes into several text nodes.
This patch merges consecutive text nodes into a single node before looking for interpolations.

Closes #11781

@smdvdsn smdvdsn force-pushed the issue-11781 branch 2 times, most recently from 7f629ba to daf8a56 Compare August 19, 2015 19:09
Backport angular#11796 to 1.2 branch.
IE11 MutationObserver breaks consecutive text nodes into several text nodes.
This patch merges consecutive text nodes into a single node before looking for interpolations.
Also had to modify npm-shrinkwrap.json because i@0.3.2 was unpublished from npm.

Closes angular#11781
@Narretz Narretz added this to the Ice Box milestone Aug 21, 2015
Narretz pushed a commit that referenced this pull request Sep 1, 2015
Backport #11796 to 1.2 branch.
IE11 MutationObserver breaks consecutive text nodes into several text nodes.
This patch merges consecutive text nodes into a single node before looking for interpolations.
Also had to modify npm-shrinkwrap.json because i@0.3.2 was unpublished from npm.

Closes #11781
Closes #12613
@Narretz
Copy link
Contributor

Narretz commented Sep 1, 2015

Landed as fccce96

@Narretz Narretz closed this Sep 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants