I have some JS code that listens to click events on links. In IE I see
a reasonable lag (around 1 sec.) between the actual click and the
invokation of my event handler. Is there any typical reason for that?
My JS attaches around 50 event handlers on the page in question.
Can provide code if neccessary but I thought there might be a typical
reason for lags like this? Something that's very likely the case of my
problem?
Thanks for help,
Marco
This list is for discussion of the actual development *of* Prototype.
Would you repost your question on the user's list:
http://groups.google.com/group/prototype-scriptaculous
Thanks,
--
T.J. Crowder
Independent Software Consultant
tj / crowder software / com
www.crowdersoftware.com
I have some JS code that listens to click events on links. In IE I see
a reasonable lag (around 1 sec.) between the actual click and the
invokation of my event handler. Is there any typical reason for that?