-
Notifications
You must be signed in to change notification settings - Fork 34
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
Does not work in FireFox #36
Comments
I think this has to do with the v1 Shadow DOM now in FF. Perhaps this helps: https://github.com/valaxy/ace-shim-about-shadow-dom/ |
I'm not sure that is the issue. FF doesn't have Shadow DOM currently , and I've experienced this problem many months ago as well, when I know FF didn't have Shadow DOM. |
I think this problem comes from polymer shady dom implementation - which is activated in Firefox. If I force to use shady DOM (https://www.polymer-project.org/2.0/docs/polyfills#settings) I see similar problems in Chrome. |
I see, do you know if it is possible to disable shady Dom? |
Is there any solution to get juicy running on Firefox? |
Steps to reproduce
Install the editor:
Create an
index.html
file, include all of the necessary stuff:Run a web server and open up
index.html
in FireFox. Nothing is displayed. I've noticed this problem throughout the year, I'm just now formalizing the issue.Expected result
The editor shows up and works
Actual result
The editor does not show up nor does it work
Browsers affected
Screenshot
The text was updated successfully, but these errors were encountered: