Backspace vs. Undo

Bug topics are moved here once they are fixed and released.
Post Reply
Torgen
Posts: 12
Joined: Wed Apr 20, 2016 8:57 am

Backspace vs. Undo

Post by Torgen »

The undo buffer seems to be far too short. Also, if I backspace multiple times in a row, each backspace is a separate event in the undo buffer. As a result, if I delete a handful of words by backspacing, I lose the ability to undo those edits. If multiple backspace events occur on consecutive text, they should be coalesced into a single event in the buffer.
admin
Site Admin
Posts: 338
Joined: Sun Jan 12, 2014 7:18 pm

Re: Backspace vs. Undo

Post by admin »

Hmm. Yeah, looking at that, there's definitely something strange going on with undoing deletes. You're right I need to group them, and I'll get that done asap, but there's also something else happening, as there isn't (normally) any limit to 'undos' - it's not really a buffer per se. The hard limit should just be the start of the session, ie since the page was loaded. Will let you know when it's fixed.
admin
Site Admin
Posts: 338
Joined: Sun Jan 12, 2014 7:18 pm

Re: Backspace vs. Undo

Post by admin »

Moving this to fixed.
Post Reply