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.
libraries/cms/html/behavior.php line 214~
// Include MooTools framework
static::framework();
// Include jQuery
JHtml::_('jquery.framework');
The combobox js that is eventually loaded in is:
media/system/js/combobox-uncompressed.js
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-27 07:25:52 |
Closed_By | ⇒ | brianteeman |
Closed_Date | 2015-01-27 07:25:52 | ⇒ | 2015-01-27 07:25:53 |
Labels |
Added:
?
|
@bassmanpaul this is already solved in 3.4. You can try the latest staging (http://developer.joomla.org/cms-packages/) to check it out!