Message from discussion
low pro "too much recursion"
MIME-Version: 1.0
Received: by 10.151.82.10 with SMTP id j10mr6691ybl.18.1241523866400; Tue, 05
May 2009 04:44:26 -0700 (PDT)
Date: Tue, 5 May 2009 04:44:26 -0700 (PDT)
In-Reply-To: <e82b2047-620d-4043-bb95-d86e90acb54a@x6g2000vbg.googlegroups.com>
X-IP: 160.83.57.33
References: <d21a9f25-9d7e-49d8-b8fd-3c898b187c30@g31g2000pra.googlegroups.com>
<e82b2047-620d-4043-bb95-d86e90acb54a@x6g2000vbg.googlegroups.com>
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: <27bd9aae-e62c-4088-b1b0-3e73869cbc42@z7g2000vbh.googlegroups.com>
Subject: Re: 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
Good point.
It seems to be calling the _wrapObserver method,
then most of the time, it goes into the method:
Event.addBehavior({
'tr:mouseover' : function(e) {
$(this).addClassName('hover');
},
'tr:mouseout' : function(e) {
$(this).removeClassName('hover');
}
});
however, for large tables, at the bottom of the table, it doesn't get
through to this, and throws a "too much recursion" error..
On 2 May, 10:18, MRoderick <roderick.mor...@gmail.com> wrote:
> Some samples of your code and html would probably go a long way