https://bugzilla.wikimedia.org/show_bug.cgi?id=40890
--- Comment #10 from Bartosz DziewoĆski <[email protected]> 2012-10-09 17:53:51 UTC --- Wild guess by me and Hoo: this is caused by binding four delegate events to the extra ugly selector "input:not([type]), input[type=text], input[type=search], textarea, div[contenteditable=true]" in \Narayam\resources\ext.narayam.core\ext.narayam.core.js, function addInputs(), called in \Narayam\resources\ext.narayam.js. Possible fixes (if this is actually the issue, I don't have time to check now, I'm just a volunteer): a) drop the delegation entirely b) (this is, uh, weird) bind a delegate even to all forms instead, and then, for every form, enable Narayam on it (by binding a delegate event just right now, but on the form, not document) when it's activated (click or mouseover, maybe, or focus on any input inside, if we can detect it without further butt-ugly selectors). I'm not sure if this is a good idea. Also, this just might get fixed by merging in jQuery 1.8.2 - someone should check this? -- 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
