Yes, one line. This is 5.2.5. I have a huge number of form fields in my form (300+), and instantiating FieldEventManagers takes forever (multiple seconds) in IE. I profiled it and found that 60% of it was the up and down selectors used to find the label element.
I'm not really sure what a general purpose solution is, but I simply removed that line. I'm guessing it tries to attach the validation bubbles to the label element instead of the form field? I was fine with it on the form field. -- View this message in context: http://tapestry-users.832.n2.nabble.com/IE7-8-performance-issue-at-tapestry-js-1645-tp6273082p6273082.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org