Aspallar / Wiki-Up

Bulk file uploader for MediaWiki sites
GNU General Public License v3.0
11 stars 3 forks source link

Keep Content Field Undo History after Category or Template Added #33

Open Leochan6 opened 2 years ago

Leochan6 commented 2 years ago

In the Content Tab's Content field, if a category is added, the typing history is not retained so pressing Ctrl+Z does not undo. Not adding and pressing Cancel does keep history though, as no changes to text are done. There should be the ability to undo a category add and all other text before.

Aspallar commented 2 years ago

I'm probably not going to do this one.

AFAIK there is no access to the undo history of a text box control, so to resolve this much of the existing base functionality of a Textbox would have to be manually implemented. Too much work for a small "Quality of Life" improvement.

Open to a pull request that does this though.