-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Serveral issues on Opera browser #411
Comments
Ok, I'm working to fix the issues, so I have made a pull request in the HTMLImports project that add support to matchesSelector for Opera12. Another thing, to make HTMLImports work in Opera 12 you will need a shim for the requestFrameAnimation, that doesn't have native support on Opera 12:
Soon I found other needs for Opera 12 support I will add here. |
Another fix to add shadowDOM support to Opera 12: googlearchive/ShadowDOM#373 |
Sorry. Wont Fix. Opera 12 is discontinued and will never get native support for web components. Our goal is to get rid of these polyfills eventually and a discontinued browser is not going to help here. |
I was trying to debug and help to find why the plataform isn't working on Opera browser, but I couldn't looks like somewhere when wrapping methods, it pass a undefined value, then it throw exception because there isn't a treatment for undefined value, it try to consider the undefined as an Object, and Opera don't allow to parse it.
The bug begins in ShadowDOM, file wrapper.js in this method:
The text was updated successfully, but these errors were encountered: