Hot answers tagged rejected-edits
43
I don't agree with a banner appearing every time one of your edits is rejected, but I could get behind one of the following alternatives.
Update Profile » Activity » Suggestions to show which edits were accepted and which were rejected without forcing the user to manually click on each one. I prefer this solution because it is unobtrusive and makes the ...
40
All you did was remove thanks from posts, leaving other problems in place. Such edits are too minor and clog up the queue.
When making an edit suggestion, please improve the whole post, and not only remove the 'thank you'.
Generally, count on edit suggestions that only touch one small aspect to be rejected. Note that the too minor rejection reason states ...
38
I like this idea, but I also agree with Jeff's concerns that this is the wrong way to be using notifications. In particular, if we're notifying you of stuff that doesn't encourage you and that you can't do anything about, it's unlikely to have a positive effect.
I think the right way to expose these rejections is to put them where they matter most: on the ...
28
Quoted from an SE employee regarding URL shorteners:
They're not banned. We just hate them. We really, really hate them.
You're in the right to correct the shortened URL. One of the few URL shorteners I would trust is Google (because it will stick around). But more generally URL shorteners make it hard to determine where a URL will go, they're slow, ...
26
I understand the desire to educate, but there's something deeply wrong about the proposed design.
The net effect is the user seeing this broadcast in their face in the most obtrusive way we can:
You've done something wrong. Click here to learn why you suck.
You should only send the user obtrusive 'in-your-face' messages about how awesome they are.
...
26
I would have rejected your edit as well. Are such edits not welcome? Sure they are. But looking at this post, I see several other issues which should have been addressed as well. Primarily in the text before and after the code block.
There is a lack of proper capitalization. There are sections of code in the text not formatted as such. And one of those ...
23
I think the basic reason for the rejection was that you added a significant amount of content to the post when you brought in the jsFiddle. This made it appear to be an 'invalid edit' (as the other reviewer marked).
In such a case, I think I would try to carefully word my edit description to indicate that you are bringing in code that the original poster ...
20
The reason is because rejected edits are very expensive. The original bad post was bad before you started and its still bad after the rejected edit. The difference is that the valuable time of a trusted person was required to decide not to use it.
Intelligent people can disagree about edits but at some point the trusted person loses confidence in the ...
20
Once it's been rejected, you can no longer approve it. If you managed to get in contact with that user, you could have them re-submit the suggestion and approve it yourself. That's unlikely, so if you really feel the edit is helpful, then just apply the edits to your post on your own.
Suggested edits to code usually sit in the queue for a while until ...
20
At this point, that question is not even a real question. We can't be expected to follow a link in order to figure out the problem. The post should expand more on the issue, possibly providing a screenshot of the width problem they're experiencing, and also pull in the relevant code where the problem is occurring.
Aside from that, the OP rejected it himself ...
20
Your edits are problematic. Let's take a closer look at them:
http://stackoverflow.com/review-beta/suggested-edits/765765
You are completely changing the answer. I get that your intention is to update it, but why completely remove the old answer? Better yet, why not just post an answer of your own?
...
19
If your answer is correct, post it as a new answer. Don't try to edit someone else's answer to make it into something else. The code you posted in the answer looks vastly different than his original code... As well, rather than just stating "this is their answer but working" try explaining what you changed and why it works now.
Editing another user's code ...
19
Here you go: using Data Explorer
SELECT
COUNT(*) AS TOTAL
, SUM(CASE WHEN ApprovalDate IS NOT NULL
THEN 1 ELSE 0 END) AS Total_Approved
, SUM(CASE WHEN RejectionDate IS NOT NULL
THEN 1 ELSE 0 END) AS Total_Rejected
, SUM(CASE WHEN ApprovalDate IS NOT NULL
THEN 1 ELSE 0 END) * 100 / COUNT(*) AS Average_Approved
, SUM(CASE ...
18
First, suggested edits should substantially improve the post, please don't waste reviewers' time with minor edits.
Now, for the "offensive" part. I went through your recent suggestions and I have no idea why you thought the use of the words "stupid" and "idiot" was offensive. All your suggestions were removing the words from posts that were saying (more or ...
18
Stack Overflow requires multiple approvers for an edit. Thus, my conjecture is that Tom H did indeed approve your edit, but it was still in a pending state here. His approval vote appears to have been at 19:31:38Z, which is 38 seconds after you initially proposed it.
However, the question got closed as a duplicate at 19:33:40Z, which means that Community ...
18
I asked a similar question - see Show rejection reasons for suggested edits in the global inbox - that has been closed as a duplicate of this one.
It was not en exact duplicate: what happened to me was that my edit was actually accepted, but there was one reject vote with a useful comment. I think that in such a case the chances of missing the comment are ...
16
The new notification system has successfully reduced the amount of noise from items that are not actionable, such as privilege changes, badge awards, and so forth. These notifications appear in the top left menu, not just for one site, but for every site on the network. As a result, notifications are less noisy but more visible, since Stack Exchange can ...
16
Why is everyone saying that bad things can't appear in notifications?
I'll give you two scenarios:
I am a vandal. I make spam edits on a load of tag wikis. The edits get rejected and I get told why. I would ignore them. This scenario is null. Nothing would change either way.
(This recently happened to me) I am a good faith editor. I edit, but do something ...
16
When an edit is rejected by the Community, it was automatically rejected because it conflicted with another edit.
For example, the original poster could have been editing the post at the same time, and that edit wins when a suggested edit conflicts with it. In this case, there was an another suggested edit that won; that one was submitted later by someone ...
15
This simply occurred because SilentGhost has chosen the Improve option for edits, but then decided that your original edit was unhelpful. His rejection made it through immediately since the three-reviewers limit is forced to be reached if a reviewer edits the post in their own way. This person no longer gains reputation and therefore gains nothing.
While ...
15
If you have a different answer or think an answer has a problem, make a new one, or comment. Don't just edit it to change the nature of the answer. As the suggested edit page says,
How to Edit
► fix grammatical or spelling errors
► clarify meaning without changing it
► correct minor mistakes
► add related resources or links
► always respect ...
15
Apart from being a minor edit, it consists of boldfacing several phrases in the post. This is generally tricky, and may change the appearance of the OPs intention. For example:
I want to hug a tree.
versus
I want to hug a tree.
In the first case, the act of "hugging" is emphasized: Whatever happens, I have to hug!
In the second case, "wanting" is ...
14
You suggested an edit on an answer which was rejected by community. Because it was a radical change in an answer. Instead of suggesting edit you should add your own answer.
Edit:
Any rejected edit is not appear in the post. But you can find all your suggested edit in your activity tab -> suggestions.
14
12 seconds after you suggested this edit, Madbreaks modified his prior revision. (Edits within a small time window are collapsed into one, which is why only one Madbreaks edit appears in the post's revision history.)
Madbreaks' edit came after yours, and therefore clobbered yours. He loaded the edit the page to start editing before you suggested the edit ...
14
The owner of the post rejected it with:
I have given with basic codiing end to end of the program so that they can understand easily
The original author of a post can veto any suggested edit made. I guess he disagreed with your change, feeling that the 'unessecary' (sic) code you removed was there for a purpose.
The other reviewer rejected your edit ...
13
You're changing the original author's code, and not in an obvious "it's just a typo" way. Edits to other people's posts should generally be just clarifying the original authors message - not changing the message.
In this case, I suggest you add a comment to the answer to explain why you think they should change it.
EDIT: I hadn't noticed the final line of ...
13
The threshold between editing someone's answer to improve it and posting your own answer is somewhat subjective, so it isn't surprising that different reviewers have different opinions. Here's my analysis of your edit:
The original answer is well-written, with both English and a short code sample.
The original answer is accepted, so it has been useful to ...
13
When you click on the Improve button on the /review page you have the option of starting from an earlier revision. Just pull down the menu at the top of the page.
That option appears if there are earlier revisions to choose from. If there are no earlier revsions (other than the original and the suggested edit) just reject the suggestion.
12
It's more than just discouraging, each rejection has impact on the user suggesting the edit as it might lead to a ban.
Also worth to note that the Community user is rejecting lots of suggested edits, and it looks like it's on a drastic rise. For example on September 18th 2012 it rejected 59 suggested edit while on April 11th 2013 it rejected 112 suggested ...
12
Given the particular edit, it might be merely seen as a comment on the answer, rather than an additional answer in itself. I might have done the same. It's a tricky situation.
Yes, it's an update, and yes, this is a collaboratively edited Q&A. But in practice I find that anything which goes beyond a minor correction of content (like your entire ...
Only top voted, non community-wiki answers of a minimum length are eligible


