I'm often incredibly annoyed by this message*:

Oops! Your edit could not be submitted because:
This post has already been edited. Your edit must be more substantiative to override the current edit.

Every single time this message has appeared for me, my edit has, in fact, been more substantiative. So I copy the text of the body out into Notepad along with the title, refresh the page, and put my edit in again. It's completely pointless. I can see four solutions to this problem:

  1. Pop up a notification when Save Edit is clicked, but with the option to save anyway. The editor can then look back at the history and check which edit was better, then roll back if the later edit wasn't as good as the earlier one.
  2. Pop up a notification when Save Edit is clicked that another edit has been made, and show the other edit that was made in a side-by-side diff with the current edit, where the editor can then merge the changes.
  3. Improve the diff algorithm. I'm really not sure how it can't tell that my edits are more substantiative, given that looking at the diff afterwards obviously shows only improvements...
  4. Live, collaborative editing! If someone is already editing, do Google-Docs-style collaboration.

I realize that #4 isn't really realistic, but it would still be awesome :)

* That might not be the exact message. I can't remember.

share|improve this question
8  
I think 2. is feasible, and should work well. – TinSoldiersAndNixonsComin' Jun 3 '12 at 0:02
1  
I was told to just copy-paste. – animuson Jun 3 '12 at 2:16
3  
4 is very realistic. Especially since the SE is using websockets! – amanaP lanaC A nalP A naM A Dec 20 '12 at 16:44
4  
I'm all for live, competitive editing! – Joachim Sauer Feb 27 at 15:20
BTW, unless I am mistaken the algorithm for "substantive" edits is basically a character diff count. – Guvante Feb 27 at 16:19

You must log in to answer this question.

Browse other questions tagged