mageprince / magento2-FAQ

This module adds an easy way to use FAQ Section to your Magento store with jQuery Accordion. In this module, admin can add and update FAQ. Admin can also create FAQ group with group icon.
57 stars 37 forks source link

jQueryUI Compat #36

Closed Quazz closed 4 years ago

Quazz commented 4 years ago

I believe in version 2.3.2 of Magento, they changed the jQueryUI library to modularized in order to speed up frontend page loads.

So instead of calling the entire jQueryUI library, they call only the needed libraries.

As far as I can tell faq.js only needs jquery-ui-modules/accordion so calling that instead should resolve this.

mageprince commented 4 years ago

Hi, @Quazz Thank you for the suggestion. Your point is valid but unfortunately, we can't remove jquery/ui library due to backward compatible issue. jquery-ui-modules/accordion library is not available in Magento 2.1.x and 2.2.x and we offer this extension is supported in Magento 2.1.x, 2.2.x and 2.3.x.