?
avatar bassmanpaul
bassmanpaul
26 Jan 2015

I've noticed that Mootools seems to be loaded in when the JForm combobox is used, but as far as I can tell the combobox runs on pure jQuery? Is there any reason for this?

This is in all Joomla 3 series.

The File:

libraries/cms/html/behavior.php line 214~

The Code:

// Include MooTools framework
static::framework();

Should it be?:

// Include jQuery
JHtml::_('jquery.framework');

The combobox js that is eventually loaded in is:

media/system/js/combobox-uncompressed.js

avatar bassmanpaul bassmanpaul - open - 26 Jan 2015
avatar dgt41
dgt41 - comment - 27 Jan 2015

@bassmanpaul this is already solved in 3.4. You can try the latest staging (http://developer.joomla.org/cms-packages/) to check it out!

avatar brianteeman brianteeman - change - 27 Jan 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-01-27 07:25:52
Closed_By brianteeman
avatar zero-24 zero-24 - close - 27 Jan 2015
avatar brianteeman brianteeman - close - 27 Jan 2015
avatar brianteeman brianteeman - close - 27 Jan 2015
avatar brianteeman brianteeman - change - 27 Jan 2015
Closed_Date 2015-01-27 07:25:52 2015-01-27 07:25:53
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment