-
Notifications
You must be signed in to change notification settings - Fork 1.7k
pkg/polymer/test/bind_mdv_test fails on IE #14412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Added Library-TemplateBinding label. |
Removed Library-TemplateBinding label. |
think this is stale, since polymer doesn't support IE9 Added AssumedStale label. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue is that it's using MutationObserver in Dart, but getting it from the CustomElement polyfill. This is breaking on IE as it's missing the interceptor magic.
Proper fix is probably to remove MutationObserver from CustomElement polyfill and have the test rely on MutationObserver lib.
The text was updated successfully, but these errors were encountered: