Recent Firefox 18 update breaks mootools/JavaScript? - Joomla! Forum - community, help and support
my firefox updated v17 v18.0 , j1.5.26 site support not functioning browser. chrome, ie, safari, etc., work fine, ff seems have broken mootools drop-down menus , gavik news pro. menu system function on main level, not drop down child menus , news pro gk4 has image wrap-around issue , when scroll has completed first pass, stalls. javascript issue?
has else experienced issues update?
j 1.5.26, ff 18.0
has else experienced issues update?
j 1.5.26, ff 18.0
hi. have same problem. add somewhere in java script:
-----------------------------------------------------------------------------------------
string.prototype.contains = function(string, separator){
return (separator) ? (separator + + separator).indexof(separator + string + separator) > -1 : string(this).indexof(string) > -1;
};
-------------------------------------------------------------------------------------------
this fixes problem.
-----------------------------------------------------------------------------------------
string.prototype.contains = function(string, separator){
return (separator) ? (separator + + separator).indexof(separator + string + separator) > -1 : string(this).indexof(string) > -1;
};
-------------------------------------------------------------------------------------------
this fixes problem.
Comments
Post a Comment