-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
5.0 Issue in Firefox on Windows, Tiny MCE not loaded. #42291
Comments
Only browsers that support import maps are supported, ie: https://caniuse.com/import-maps |
But its the core tiny MCE ? What do I need to do? |
Add this: <script async src="https://ga.jspm.io/npm:es-module-shims@1.8.1/dist/es-module-shims.js"></script> before joomla-cms/templates/cassiopeia/index.php Line 132 in c9b3181
|
But why in Cassiopeia, it's in Atum in the backend? |
Sorry, I thought it was a front end template by the screenshot, try the same as above in the Atum:
Well, the error is that the If you care to understand the problem I've explained how this tech is working here: #41034 The thing that is not very clear though is which browsers J5 actually supports ootb. Anyways could you please verify that things work normally with the polyfill? |
What Dimitris said: Update your Firefox to latest version. Do NOT do this #42291 (comment) 😄 I am closing here. For reference: |
Because I was confused, I will add more context here for people that don't understand what's going on (like me) and end up here :-) |
One more note.
This also can be done via plugin, onBeforeCompileHead event. |
Steps to reproduce the issue
I found these errors in a customers console when giving support:
Says:
) Uncaught TypeError: Error when resolving the module specifier "editor-api". Relative module specifiers must begin with "./", "../* or "/".
) Uncaught TypeError: Error resolving the module specifier "joomla.dialog". Relative module specifiers must start with "./", "../" or "/".
) Uncaught TypeError: Error when resolving the module specifier "editor-api". Relative module specifiers must start with "./", "../" or "/".
) Uncaught TypeError: Error when resolving the module specifier "editor-api", relative module specifiers must start with "./", "../" or "/".
) Uncaught TypeError: Error resolving the module specifier "joomla.dialog". Relative module specifiers must start with "./", "../" or "/*.
Expected result
Tiny MCE should load
Actual result
Does not load in that browser (Firefox, Windows)
System information (as much as possible)
Joomla 5.0.0
The text was updated successfully, but these errors were encountered: