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

test($compile): fix test #12061

Closed
wants to merge 1 commit into from
Closed

Conversation

gkalpak
Copy link
Member

@gkalpak gkalpak commented Jun 9, 2015

The fixed test is supposed to test a fix for an IE11 bug/peculiarity that arises when using a specifically configured MutationObserver on the page (see #11781 for more info).

The configuration contained a typo (sublist instead of subtree), which effectively failed to set up the MutationObserver in a way that would make the IE11 bug appear.

The fixed test is supposed to test a fix for an IE11 bug/peculiarity that
arises when using a specifically configured MutationObserver on the page
(see angular#11781 for more info).
The configuration contained a typo (`sublist` instead of `subtree`), which
effectively failed to set up the MutationObserver in a way that would make
the IE11 bug appear.

Closes angular#12061
@lgalfaso
Copy link
Contributor

lgalfaso commented Jun 9, 2015

LGTM

@gkalpak gkalpak closed this in 5593136 Jun 9, 2015
@gkalpak gkalpak deleted the $compile-fix-test branch June 23, 2015 12:10
netman92 pushed a commit to netman92/angular.js that referenced this pull request Aug 8, 2015
The fixed test is supposed to test a fix for an IE11 bug/peculiarity that
arises when using a specifically configured MutationObserver on the page
(see angular#11781 for more info).
The configuration contained a typo (`sublist` instead of `subtree`), which
effectively failed to set up the MutationObserver in a way that would make
the IE11 bug appear.

Closes angular#12061
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.

3 participants