Message from discussion
low pro "too much recursion"
MIME-Version: 1.0
Received: by 10.100.151.8 with SMTP id y8mr310172and.3.1241191704518; Fri, 01
May 2009 08:28:24 -0700 (PDT)
Date: Fri, 1 May 2009 08:28:24 -0700 (PDT)
X-IP: 160.83.57.33
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.20)
Gecko/20081217 Firefox/2.0.0.20,gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 lonhay0apx01 (NetCache NetApp/6.0.4P1D8), 1.1 webwasher
(Webwasher 6.7.5.3601)
Message-ID: <d21a9f25-9d7e-49d8-b8fd-3c898b187c30@g31g2000pra.googlegroups.com>
Subject: low pro "too much recursion"
From: Ro <rohittriv...@gmail.com>
To: Low Pro <low-pro@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi
I have a really nast "too much recursion" bug..
I have a really large table in my page, and, when I scroll to the
bottom of the table - whenever I hover over a <tr> element, Firefox
throws an error at:
too much recursion
[Break on this error] if (observer.call(this, event) === false) {
which is in this function in lowpro.js: (line 165)
<code>
_wrapObserver: function(observer) {
return function(event) {
if (observer.call(this, event) === false) event.stop();
}
}
</code>
In IE6 - the browser just crashes. I can't upgrade to IE7 - since I
work for a soul-less investment bank and we are all on IE6
If anyone can shed any light on this that would be great - It
definitely has something to do with large tables though..