| |
Low Pro |
Good point.
It seems to be calling the _wrapObserver method,
Event.addBehavior({
On 2 May, 10:18, MRoderick <roderick.mor...@gmail.com> wrote:
then most of the time, it goes into the method:
'tr:mouseover' : function(e) {
$(this).addClassName('hover');
},
'tr:mouseout' : function(e) {
$(this).removeClassName('hover');
}
through to this, and throws a "too much recursion" error..
> towards getting some kind of help with identifying the issue.