https://bugzilla.wikimedia.org/show_bug.cgi?id=40630
--- Comment #26 from Siebrand <[email protected]> 2012-10-10 06:53:10 UTC --- Some more info from Gerrit 27388: Remove the expensive event listeners In every keydown, keypress, focus, blur on the document, Narayam was triggering the jquery selectors - this is very expensive. This was done to enable Narayam on future DOM elements. This is very rarey used feature and its cost is high. As of now, I am not aware of any usecase which use this. If we notice such usecase we can add them in some UI context with narrow selector scope. Browsers like IE is very slow in executing jquery.on on selectors. See Bug 40630. Eventhough it was solved by jquery upgrade, it is not good to keep this feature in Narayam. Change-Id: I7c382913179af913aafd7ecca4dbc18a988ec1f9 -- 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
