joomlatools / joomlatools-framework

Modern PHP extension framework (for Joomla)
https://www.joomlatools.com/developer/framework/
GNU General Public License v3.0
19 stars 11 forks source link

Mootools hide hacks #684

Closed amazeika closed 9 months ago

amazeika commented 9 months ago

We have several JS code block hacks for dealing with an old conflict between BS and Mootools when the hide event triggers.

During code re-factoring for providing Joomla 4 compatibility we removed the hide convenience method (among others) from Mootools more (see https://github.com/joomlatools/joomlatools-framework/commit/7816aa1086c0792668f7fb529cefa3209e4acf2a) due to conflicts (see https://timble.slack.com/archives/C027DJMTD/p1637230073001100).

The hacks were acting and assuming that the hide mootools method was available. Because we've removed it as mentioned above, the hacks are now throwing errors.