https://bugzilla.wikimedia.org/show_bug.cgi?id=37084
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX Summary|Buttons doesn't work on |WikiEditor: Toolbar should |summary field |insert tags in edit summary | |input (if focussed) --- Comment #2 from Krinkle <[email protected]> 2012-10-04 20:30:16 UTC --- This legacy toolbar actually had this feature (it bound to all input,textarea on the page, and kept a reference to the one focussed most recently). Though we could re-create that feature in WikiEditor, I think it was by design that WikiEditor doesn't have it: * The toolbar is bound to a specific textarea for a reason, namely because it is positions right on top of it (clicking a button on top of area A should focus area A and insert a button into it). * There can be multiple WikiEditor areas on one page, so if it would do this, stuff will break even worse. * And lastly, edit summaries shouldn't contain wikitext in the first place (though that on its own is arguable). As such marking as wontfix because in the current design this is not possible, and I think that design is for a good reason. -- 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
