In Jeff's answer here, he suggests that users should be able to edit their deleted posts, but when I try visit a deleted question of mine, I get an error page.

However with the editing URL, I or any other user can still edit the page. I get an error message when I save my edit, but it goes through.

Jeff's answer suggested that users should be able to vote to undelete their deleted posts, but since I'm unable to load it I can't do that.

How is the editing of deleted posts supposed to behave?

share|improve this question

4 Answers

up vote 8 down vote accepted

Let's try and nail this down, since it's a bit obscure (and recently changed again):

  1. No one can edit a locked post.

  2. The author of a deleted post can edit it unless it is a self-deleted question or locked as noted in #1.

  3. Folks with full editing rights can edit any deleted post except those restricted by #1 or #2.

  4. Folks with retag rights may be able to view the edit page, but cannot submit changes to anything besides tags. The retag privilege may be going away entirely, so don't depend on this working anyway. Also, you shouldn't waste your time editing tags on deleted questions.

Note that editing privileges don't align with viewing privileges when it comes to deleted posts. This should be considered by-design.

share|improve this answer
Users who are not logged in can use the edit trick to view any deleted posts (except for locked post). And even for a locked question, it is possible to view it if we got the id of one of the answers. – nhahtdh May 18 at 21:11
Heh, true enough @nhahtdh - that's actually a regression to a bug that was present a while back. It doesn't look like you can submit edits to these posts though, which would be a rather more severe bug. – Shog9 May 19 at 3:37

The permissions related to this have been re-vamped1, 2, but the new behaviour is still weird. As long as have edit privileges in general I can still see the edit page for deleted posts, though my edits would be put in the queue. As such, my user script still works for 2k+ users 500+ rep users (retaggers), instead of being entirely broken as Balpha suggested it would be. Is this working as intended?

(To clarify, I was previously able to see the edit page for any editable post, even if I had under 2k rep or was logged out.)

2012-Feb edit: Retaggers can still view deleted questions this way, but deleted answers are secure. This may not be a change, but I hadn't noted the distinction before.

share|improve this answer
1  
I tried your script (I have ~500 rep on SO, much less than 2k) on this deleted but not locked question, and I was able to see the same content I used to be able to see through the script. Are you sure it's broken? – Kevin Vermeer Oct 18 '11 at 20:54
I just tired that question with a 225 rep account and it did not work. So perhaps it's the 500-rep retag privilege: the first type of edit you can make by yourself. – Jeremy Banks Oct 18 '11 at 20:57
Possibly; I do have the retag privilege. – Kevin Vermeer Oct 18 '11 at 20:59

If you do not have 10k+ reputation, as long as you do not refresh the page after delete - your question is safe.

These question and answers might give you more information :
Show the deleted question to the question creator
Allow users to be able to see their own deleted questions
Show all of my question/answers to me even if they are deleted

share|improve this answer
5  
Thanks, +1, I hadn't seen all of those. "as long as you do not refresh the page after delete" If this is the design, it seems poorly thought-out. Some browsers (particularly mobile ones) will reload pages without the user requesting it. – Jeremy Banks Jul 23 '11 at 19:38
@Jeremy I agree. The above questions are asking to show all questions to the question creator, but as you can see it was declined. – BЈовић Jul 23 '11 at 19:41
The first two linked questions have been closed as duplicate of the third linked question. – kiamlaluno Jul 23 '11 at 22:22
It's a side-effect of the way the system is designed, namely that users below 10k are not able to see deleted content. As it stands now, there's no special exception for questions that they created. It's been proposed a couple of times before (as this answer suggests), but officially declined by the team despite quite a bit of community support. @meta – Cody Gray Jul 24 '11 at 3:43

Remember that anonymous users can make anonymous suggested edits. Therefore, effectively at 0 rep (the lowest reputation on the site is 1 rep, which gives you privilege to ask and answer questions, anonymous user doesn't even have these privileges), you can view any deleted post that is not locked, and any deleted+locked question if you can guess the id of the answer (possible on sites with low traffic at the time that the original question is written).

For demonstration, let me use this deleted question: http://meta.stackoverflow.com/questions/82538/eeeek-what-happened-to-my-envelope (404 - we know it is deleted)

Make sure to log out of your account before trying these links (since it seems some mechanism is used to prevent users with low reputation from opening the edit link).

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged