https://bugzilla.wikimedia.org/show_bug.cgi?id=39268
--- Comment #22 from Krinkle <[email protected]> --- (In reply to comment #21) > * r59832 (fixups r59655): In 2009, Dantman optimised the toolbar binding > logic by using event delegation on document.editform instead of binding to > [..] > > * r86603: In April 2011, DieBuche rewrite the toolbar code from > legacy/common/edit.js to a new module: mediawiki.action.edit. > * r91750: July 2011, DieBuche made some final updates and removed the old toolbar code, including the seemingly no longer needed/relevant code for event delegation on document.editform (since we now use $('input, textarea') which supports them all. Except that it doesn't include elements that don't exist yet, which you get with event delegation. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
