known bug. will be released in 1.2.4.3 (fixed in source already). just have to find the time to put together the release! ungh!
On Wed, Dec 23, 2009 at 4:03 PM, Ryan Florence <[email protected]> wrote: > http://mootools.net/shell/armMV/ > > Check the console, on mouseout it's says: > > TypeError: Result of expression 'element.getParent' [undefined] is not a > function. > > Code there is: > > fireForParent: function(event, element){ > if (!element) return; > parentNode = element.getParent(); // <--- here > if (parentNode == document.body) return; > if (parentNode.retrieve('tip:enter')) > parentNode.fireEvent('mouseenter', event); > else this.fireForParent(parentNode, event); > }, > > Ryan Florence > > >
