craftcms / ckeditor

Edit rich text content in Craft CMS using CKEditor.
https://plugins.craftcms.com/ckeditor
GNU General Public License v3.0
47 stars 25 forks source link

Not able to drag items into toolbar #236

Closed casvangrunsven closed 5 months ago

casvangrunsven commented 5 months ago

Description

When I try to choose a CKEditor config while editing or creating a field, I am not able to choose any fields in the toolbar. You can see the screenshot, with the console included. Seems like some javascript files are not being loaded. I already tried removing the plugin and adding again.

image

Steps to reproduce

  1. Create a field and choose CKEditor
  2. Click on CKEditor config -> Create

Additional info

SETU-WEB commented 5 months ago

Hi I had the same problem and the solution is covered here https://github.com/craftcms/ckeditor/issues/150 , updating nystudio107/craft-code-editor solves the issue

i-just commented 5 months ago

Hi, thanks for getting in touch! I’m having trouble replicating this error.

Do you use any other plugins in this project? If so, could you please list them all (including the versions you use)? If you go to Control Panel > Settings > CKEditor > New config, do you get the same errors in the console?

casvangrunsven commented 5 months ago

Hi,

It still remains at when I updated the "nystudio107/craft-code-editor" package. When I go to the settings > New config page, I get an other error. Attached are my screenshots for both Control Panel > Settings > CKEditor > New config and Control Panel > Settings > Fields > CkEditor field

Control Panel > Settings > CKEditor > New config

Screenshot 2024-06-12 at 09 18 30

Control Panel > Settings > Fields > CkEditor field

Screenshot 2024-06-12 at 09 20 38

Furthermore, the installed composer packages are the following: "require": { "convergine/craft-content-buddy": "1.1.3", "craftcms/ckeditor": "^4.0.6", "craftcms/cms": "5.1.8", "mmikkel/cp-field-inspect": "2.0.1", "nystudio107/craft-code-editor": "^1.0", "nystudio107/craft-minify": "5.0.0", "nystudio107/craft-seomatic": "5.0.3", "spacecatninja/imager-x": "5.0.0", "spicyweb/craft-embedded-assets": "5.1.0", "topshelfcraft/environment-label": "5.0.0", "verbb/cloner": "3.0.0", "verbb/expanded-singles": "3.0.0", "verbb/formie": "3.0.0-beta.13", "verbb/hyper": "2.0.0", "verbb/image-resizer": "4.0.0", "verbb/navigation": "3.0.0", "verbb/smith": "3.0.0", "verbb/super-table": "4.0.0", "vlucas/phpdotenv": "^5.4.0" }

Thanks!

casvangrunsven commented 5 months ago

Hi I had the same problem and the solution is covered here #150 , updating nystudio107/craft-code-editor solves the issue

Hi,

Thanks for your response. This still does not seem to do the trick. Maybe I am updating it not in the right way.

i-just commented 5 months ago

Thanks for the update @casvangrunsven! I’m not able to replicate this. Would you be able to send your composer.json, composer.lock and db backup to support@craftcms.com so that we can try to dig deeper?

casvangrunsven commented 5 months ago

Thanks for the update @casvangrunsven! I’m not able to replicate this. Would you be able to send your composer.json, composer.lock and db backup to support@craftcms.com so that we can try to dig deeper?

Thanks, I just sent you the email!

i-just commented 5 months ago

Resolved in support.