https://bugzilla.wikimedia.org/show_bug.cgi?id=39969
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Derk-Jan Hartman <[email protected]> 2012-09-04 18:49:03 UTC --- Also, unrelated to this 'visible' problem, Krinkle noted "btw, I see one big slow down in Narayam though that is bad no matter which version. Use of .live() with half a dozen events + using a proprietary selector ('input:text'). That means every single keydown event goes up every single element in the tree, all the way up to <html>, and *then* it is handled. First is goes through half a dozen selectors that can't be optimized with native document.querySelector but have to use Sizzle, and then it calls the ev handler' So irrespective of the workable performance on 1.7.2, that should probably be improved a bit. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
