Issues with the "Enhanced Dropdowns (WIP)"

Status
Not open for further replies.

PaulV888

Member
Hi,

Just sharing.

I ran into 2 issues with the "Enhanced Dropdowns (WIP)"

1) Field sizing on forms does not work well after the upgrade, this problem was introduced by a conflict with cassiopeia, since it has a lot of .chosen css in it default template files. This is what a form looks like before and after "chosen" has activate its dropdown.
upload_2023-4-15_14-9-26.png

2) On having a Advanced Dropdown on a repeat group following error is thrown on inserting a new row.
upload_2023-4-15_14-10-7.png


And although they look cool, especially as a multiselect filter, it seems to be time to stop using them.

Tested on fresh install using Cassiopeia

Latest Joomla and Gamma version
 

Attachments

  • upload_2023-4-15_14-9-23.png
    upload_2023-4-15_14-9-23.png
    95.1 KB · Views: 45
Can you change in ..media\com_fabrik\js\element.js line 453 ff all
chzn
to
chosen
?
Code:
            if (this.element.hasClass('chosen-done')) {
                this.element.removeClass('chosen-done');
                this.element.addClass('chosen-select');
                this.element.getParent().getElement('.chosen-container').destroy();
                jQuery('#' + this.element.id).chosen();
                jQuery(this.element).addClass('chosen-done');

Same in ...media\com_fabrik\js\chosen-loader.js lines 25 and 39

and try again (with Fabrik Options/Debugging DebugJS, so running the uncompressed js files)
 
Last edited:
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top