-
Notifications
You must be signed in to change notification settings - Fork 84
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
Firefox loading default configuration #124
Comments
Did you try passing config name when defining form field as explained here: |
Thank you for reply, but after testing output is same and the problem still exists in Firefox. |
Reproducable, but not reliable. It's a race condition and only happens if you have more than one ckeditor field in the form. If you remove the autoload and load the ckeditor.js inside the head, it fixes it. |
@mestro67 Is there any chance you can provide a PR that would help with this based on Update section of your issue? |
Environment
Ubuntu: 18.04
Chrome: 67.0.3396.79 (Official Build) (64-bit)
Firefox: 60.0.2 (64-bit)
nginx: nginx/1.14.0
Symfony packages
composer.json
Subject
CKEditor loading default settings in Firefox
Steps to reproduce
Expected results
Chrome loading custom settings for toolbar/styles
Actual results
Firefox loading default CKEditor Settings
There is no any console error.
UPDATE
It's related to JS init timing, if redefine on
onload
event, then work fine.The text was updated successfully, but these errors were encountered: