I'm using mootools in joomla 1.5.2. Have just upgraded to 1.2.4 core with the Joomla mtupgrade plugin and 1.2.4.4 more
I now have the exact error detailed in this bug: https://mootools.lighthouseapp.com/projects/24057/tickets/247-error-in-tips-1243 this.container is undefined this.container.empty(); Error occurs when mouseover an element with title attribute. The fix in the bug list suggests adding this code... [document.id(this);] to initialize: function()... But add to which initialize function please? Tips? OK I'm guessing add it to Tips. but then some further advice is given: "where it already was in 1.2.4.2" since I just picked up with mootools I havent much idea where that was. but anyway I assume this has already been fixed and fwiw I notice in 1.2.4.4 that "document.id(this);" is already in Tips in a few places. This is on a local dev server centos 5.5, apache 2.2.3?, php 5..2.something? zend ce I dont have this on an internet facing machine just now to demo it. How to fix error please? anybody please...
