netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
55 stars 63 forks source link

rte panel missing on frontend editing if rte_ckeditor_image is installed. #110

Open SruthiKumar333 opened 3 years ago

SruthiKumar333 commented 3 years ago

Hi, I'm working on Typo3(v10.4.12) with frontend_editing(v1.9.6) enabled. After installing rte_ckeditor_image(v10.1.0) the rte panel in frontend is not visible anymore.

rte_ckeditor_image-Github-1

If I uninstall the rte_ckeditor_image extension, the rte panel is visible again.

rte_ckeditor_image-Github-2

dogawaf commented 3 years ago

@SruthiKumar333 you should have some JS error in the browser's console. Could you make a screenshot and post it here?

SruthiKumar333 commented 3 years ago

Hi @dogawaf , Yes. There is one. I have attached the screenshot of the JS error in the developer console.

github_ck_editor_image_pic2

SruthiKumar333 commented 3 years ago

Hi, Just found another conflict between frontend_editing and rte_ckeditor_image. The SAVE ALL and DISCARD buttons in the frontend editing panel are not working when rte_ckeditor_image is installed. But works fine when it is uninstalled.

rte_image_saveall_button_conflict

I have attached the Js(typo3image.js) errors in the console too.

rte_image_console_error2

On uninstalling rte_ckeditor_image extension there are no console errors and the buttons are working fine.

supercosh commented 2 years ago

Hello, I can confirm this error, but having it in the backend on TYPO3 10.4.29, Extension version 10.2.1.

Sometimes the RTE is loading, sometimes not. It seems that there is a problem with the loading order of required libraries (jquery)?

Screenshot of dev tools (sorry for the blurry image, captured it from a low quality teamviewer session):