(relates to my other question can't upvote edited post)
Suppose this sequence of events occurs:
- User X posts an answer (revision #0).
- I read revision #0 of user X's answer.
- User X edits the answer to revision #1.
- I decide to
EVALUATE(= upvote/downvote/remove vote/accept, I don't know what you guys call it) user X's answer. But I'm still looking at revision #0 of the answer.
When the client-side part of SO sends an EVALUATE request to the server, does it send the revision # of the displayed answer to the server? If so, could the server send back info to warn the user before accepting the EVALUATE request?
At present there's no indication on the client-side that an answer has been updated. I would have to reload the page to check if the answer I'm voting on is the latest revision.