widgetfactory / jce

JCE - A Content Editor for Joomla
https://www.joomlacontenteditor.net
GNU General Public License v2.0
35 stars 12 forks source link

File Browser does not works anymore in custom xml in any place. AND THIS IS A SERIOUS BUG. #127

Open uzielweb opened 1 month ago

uzielweb commented 1 month ago

When using in any custom component, JCE File Browser is not displayed.

Example of my use: <field addfieldpath="/plugins/fields/mediajce/fields" name="download" type="mediajce" label="COM_NORMAS_FORM_LBL_DOWNLOAD" description="COM_NORMAS_FORM_DESC_DOWNLOAD" hint="COM_NORMAS_FORM_LBL_DOWNLOAD" mediatype="files" directory="images/normas" />

Does not appears file browser but, instead, appears like a "selected image to change it" and is impossible to insert when clicking in the Insert button.

ryandemmer commented 1 month ago

Thank you for reporting this issue.

I have tested your form field in the following environments:

JCE 2.9.79 in Joomla 3.1 JCE 2.9.79 in Joomla 4.4 JCE 2.9.79 in Joomla 5.2

Unfortunately, I was unable to replicate the issue in any of these setups.