https://bugzilla.wikimedia.org/show_bug.cgi?id=39268
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|code-update-regression | Priority|High |Normal Target Milestone|1.20.x release |--- Summary|[Regression] Toolbar |Support dynamically binding |inserts in main textarea |additional focusable |only (instead of the |textarea's to the legacy |focussed textarea) |toolbar editor Severity|major |enhancement --- Comment #18 from Krinkle <[email protected]> --- Removing "code-update-regression, " and lowering severity to "enhancement". I misinterpreted this bug originally. Though it is a valid bug, at this point it is a bug in the Proofread script not a bug in the MediaWiki editor. The editor currently only supports inserting wikitext snippets in textarea's created by MediaWiki core. Developing an extension that dynamically inserts foreign textarea's into the page (which the editor never supported) and complaining it doesn't work (as you can understand) doesn't make the editor broken, it is a wrong expectation. I mean.. One could run up to a random person and ask him to sing a song, then don't complain if he doesn't sing well. He wasn't claiming to be a singer in the first place :) Converting this bug into a feature request for the editor to support binding additional textarea's afterwards. Could could file a bug against Proofread extension that depends on this. API should probably look something like this: > mw.toolbar.addToolbar(HTMLElement); -- 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
