Issue 566: Joomla Opera and Chrome conflict mootools
Status:  Done
Owner: ----
Closed:  Aug 2010
Reported by comdev...@gmail.com, Jul 19, 2010
Hi,

There is a problem with fullcalendar working on Joomla on Opera browser and Chrome. IE and Firefox works fine. I think it might be mootools conflict.

Error debug from Opera:

Uncaught exception: TypeError: Cannot convert 'g.nodeName' to object
Error thrown at line 84, column 162 in <anonymous function: TAG>(g, h):
    return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h
called from line 73, column 605 in <anonymous function: o.filter>(g, h, k, l):
    I=M(D,t,U,u);
called from line 71, column 112 in <anonymous function>(g, h, k, l):
    t=u.expr?o.filter(u.expr,u.set):u.set;
called from line 90, column 466 in <anonymous function: o>(l, q, p, u):
    return g(l,q,p,u)
called from line 93, column 588 in <anonymous function: find>(a):
    c.find(a,this[f],b);
called from line 73, column 0 in n(e) in http://localhost/assets/calendar/fullcalendar.min.js
    $.find("div.fc-button-"+e).addClass(g+"-state-active")
called from line 85, column 131 in <anonymous function: o.fn.fullCalendar>() in http://localhost/assets/calendar/fullcalendar.min.js
    n(a.defaultView);
called via Function.prototype.call() from line 29, column 586 in <anonymous function: each>(a, b, d):
    var f,e=0,i=a.length,j=i===v||c.isFunction(a);
called from line 23, column 958 in <anonymous function: each>(a, b):
    return c.each(this,
called from line 72, column 70 in <anonymous function: o.fn.fullCalendar>(a) in http://localhost/assets/calendar/fullcalendar.min.js
    this.each(function(){function n(e){if(e!=Aa){N++;t();var j=x,r;if(j){if(j.eventsChanged){M();j.eventDirty=j.eventsChanged=false}j.beforeHide&&j.beforeHide();gb(R,R.height());j.element.hide()}else gb(R,1);R.css("overflow","hidden");if(U[e])(x=U[e]).element.show();else x=U[e]=ya.views[e](r=wa=o("<div class='fc-view fc-view-"+e+"' style='position:absolute'/>").appendTo(R),a,e);if($){$.find("div.fc-button-"+Aa).removeClass(g+"-state-active");

Aug 25, 2010
Project Member #1 adamrs...@gmail.com
this is not an issue with fullcalendar. if anything, it would be w/ jquery/mootools
Status: Done