This tag indicates a reproducible problem on the site that you believe is due to a mistake, malfunction, or programming error.
148
votes
6answers
2k views
I am not a robot!
Some days ago, the spam protection was turned up a notch.
Unfortunately, it overshot the target by far. Now, as soon as I make two edits in close succession (which happens often – I’m sloppy), I am ...
144
votes
10answers
892 views
Off by twelve error? — “And I Feel Fine” hat
I just got the And I Feel Fine hat which states "post or vote on December 21".
Does SE have a time machine now?
105
votes
4answers
845 views
The Terms of Service prohibit editing other users' content
The second paragraph of section 4 of the Stack Exchange Terms of Service, "Restrictions," reads:
Under no circumstances will Subscriber use the Network or the Service to ... (d) post any false, ...
98
votes
16answers
6k views
<kbd> elements are way intrusive
<kbd> is a great way to mark up text to be entered. But when you use it on Stack Exchange sites, it's really difficult to read. For instance, say I typed this sentence by starting with a ...
85
votes
2answers
6k views
Jon Skeet now #2 in Reputation Leagues!
Title speaks for itself. An obvious bug.
Jokes aside, there's a lot of other users showing up in the list twice at the moment.
P.S. If anyone was wondering, this appears to be the case for every ...
78
votes
8answers
716 views
Improving a suggested edit that has been approved in the meantime leads to a dead end
I was reviewing a suggested edit and decided that while the edit was incorrect, there were things to improve about the post. So I clicked “Improve” and set about my business.
When I tried to submit ...
77
votes
16answers
1k views
Vote too old to be changed, unless post is edited
Anyone seen this one yet?
Vote too old to be changed, unless post is edited
My vote was only a few hours old. Then I realized the answer was wrong. Updated my question and went to remove the vote. ...
77
votes
1answer
719 views
Vox Populi, Civic Duty, and Electorate badges being awarded en masse
I've just been awarded the Vox Populi badge on Meta Stack Overflow, Stack Overflow, Gaming & WordPress. I don't think I've voted once today, let alone 40 times on each site.
Reports indicate that ...
75
votes
2answers
751 views
Comments that fail to post start the “You can only comment every 5 seconds” timer
First: This is not about whether rate-limiting is good or bad. This is not a misunderstanding of what the "Only 1 comment allowed per 5 seconds; timer reset." message means. This is not about ...
74
votes
2answers
495 views
Missing: “Meta/Chat/FAQ” from top navigation. Reward offered [closed]
The "meta" link (and FAQ and chat links) has disappeared from the top navigation bar of Stack Overflow all sites in the network...
I'm feeling quite lost at the moment. Additionally, I could ...
73
votes
2answers
1k views
Mysterious Butt
I was attempting to answer a question today on SO and include some screenshots to help illustrate what I was talking about. Everything was fine until I went to upload my fourth image. Here is what ...
72
votes
1answer
624 views
What happened on Aug 7? Massive unaccepts
I was looking through my reputation history on Stack Overflow and was surprised to see that I lost a whopping 558 points on August 7th! Expanding the view I see a whole bunch of questions apparently ...
67
votes
8answers
3k views
Tag-badges exploit
Like everyone else I've been reading bobince's outbreak about parsing html with regex with great amusement. When I read in the comments that bobince had been awarded two gold badges (html and regex) ...
67
votes
3answers
771 views
The vote fraud script breaks legitimate polling questions - A serial downvoter's lament
I've downvoted several of the answers on these Meta discussions:
The Workplace self-evaluation: let's get critical!
The Workplace self-evaluation: let's get critical!
Both questions are typical ...
66
votes
5answers
2k views
“viewed 1 times”
When a post is first created, it says "viewed
1 times" in the sidebar. This should say "viewed 1 time".
66
votes
2answers
2k views
Tag scores have not updated; script did not run
The tag scores script has not ran at the scheduled time of 03:00 UTC for a number of days.
Here are some other reports of this:
Is there a problem with tag score calculation?
Tag counts ...
66
votes
4answers
489 views
“$” is silently removed from links used in comments
I was trying to post something similar over on Super User:
… [images](http://www.mediawiki.org/wiki/Manual:$wgAllowExternalImages)?
However, the comment was rendered as:
<a ...
63
votes
3answers
2k views
Answer appears automatically converted as a comment
I posted an answer (pointing to another question already asked) but when I hit submit, I saw my answer appear as a comment to the question instead.
I tried it a couple of times and still the same ...
62
votes
6answers
4k views
Lol Debugging are we? - SO homepage alerts false
Refreshing the StackOverlow index page is giving me an alert('false');
61
votes
1answer
2k views
New users can't create new tags: show a singular or plural message?
The same error message is shown if a user (without sufficient rep) tries to add one tag or several:
59
votes
3answers
937 views
“Vote too old to be changed”… but I haven't voted!
I saw what looked like a good answer, and immediately upvoted it.
Then, as a good citizen, I decided to reserve my right to vote until I'd ensured that the answer was valid. So I immediately ...
57
votes
0answers
725 views
Make Stack Exchange sites compatible to OS X Lion full screen mode
Introduction
Mac OS X Lion has a full screen feature that allows use of a single application window in full screen, i.e. without window title bar and constantly visible menu bar, on its own virtual ...
56
votes
3answers
672 views
Why do migrated questions lack redirection via HTTP response status code 301 (Moved Permanently)?
I've just been quite surprised to click on a highly ranked Google result for a Stack Overflow question just to end up on the search page, because the page doesn't exist anymore. I figured it might ...
56
votes
5answers
685 views
Deleting a comment (mine) shouldn't count as a comment vote
I had a old question that I revisited in order to link it in a new answer. I noticed that in the comments Steven A Lowe had a funny comment that I -- at the time -- had responded to with "why can't I ...
56
votes
1answer
313 views
“York” is not in (or anywhere near) Camden, London
No matter how many times I try to update my "Mailing Address" field on my careers.SO profile to my address in "York", complete with my postcode (in York!), upon pressing save it automagically updates ...
55
votes
5answers
956 views
Electorate hates me
This is normally only a problem for political candidates, but it now impacts badges.
Maybe I've been too "suckered" by the hollow attraction of shiny pixelated bling, but alas the electorate badge ...
55
votes
0answers
536 views
Moderator diamond is too large relative to other text on Android
This really is atrocious to look at. We understand appearances are everything, but there's no need to magnify them twice.
We understand you need to show these off in public — after all, that's ...
53
votes
1answer
411 views
Users can raise their own flag weight. :O
Recently, I discovered a way to manipulate the current flagging system so that I can raise my own flag weight.
It all began innocently enough. I looked through my downvoted answers and saw an answer ...
52
votes
5answers
2k views
Code block is not properly formatted when placed immediately after a list item
Consider the following piece of Markdown code:
The is some regular text.
>>> def factorial(n):
... return 1 if n < 2 else n * factorial(n - 1)
...
* This is a list ...
52
votes
2answers
798 views
Taiwan is not a province of China
When I tried to select my country information in Careers 2.0, I surprisingly found that it shows Taiwan province of China.
It's not true, or not even close.
I'm really unhappy to see this. Taiwan is ...
52
votes
1answer
331 views
Bug in close vote display?
Well, I believe this to be a tad minor.. but still a bug nonetheless.
I recall that sometime today, a new display method for close votes was enabled.. next to the close button, instead of close 1, ...
51
votes
1answer
735 views
Review-beta: Obviously good answer in low-quality
Today I came across an OBVIOUSLY good answer in /review. It had 7 upvotes, contained lists, paragraphs of explanation, and well-applied sample code. It was also moderately long. How does a question ...
51
votes
6answers
574 views
The flag pop up on heavily downvoted answers has grey text
Go to any random heavily downvoted answer
Click on the flag button
.
Is this status-bydesign?
This is still happening, over a year later, and with work having been done updating the flagging ...
51
votes
0answers
190 views
If users with <20 rep can't chat, why does SO nag me to move comment threads to chat? [duplicate]
Possible Duplicate:
Disable chat migration notification if one of the users has insufficient rep?
I frequently find myself helping new users with <20 rep with questions. These users need ...
48
votes
1answer
353 views
Too many review audits
I just had 8 review audits in a row without an actual review in the first post review queue on Stack Overflow. Same thing happens in the Late Answers queue and the Low Quality Posts queue. Is this ...
48
votes
1answer
435 views
False negatives when validating notification e-mails (“widespread sloppy coding establishes a [stricter] de facto standard than the formal standard”)
TL;DR: Stack Overflow's (and Stack Exchange's) client-side and server-side code rejects valid e-mail addresses, this should be fixed: preferably by only making a basic check, e.g. ...
48
votes
0answers
410 views
-100 Red Flag penalties are sometimes visible
Normally, you can't see them. They are only visible to the user itself.
But here are a few cases where you can.
I don't think I should be able to see these on other people's profiles.
...
48
votes
2answers
634 views
+200
Profile picture cannot have transparent background
I never liked that SO/SE relied on the external gravatar service, so I was glad to read that it doesn't any more. However, it turns out that one cannot use as profile picture a PNG file with ...
46
votes
2answers
660 views
Did my parents lie to me?
I just happened to click on the all-time rep leagues. I seem to be there twice.
Can you tell me more about my twin? Is he the evil twin, a representation of the dark side of the soul that every ...
45
votes
1answer
324 views
Please prevent creation of tags that could trigger the IIS file extension filter
Someone created user32.dll the other day. Being a dutiful member of the New Tag Deletionist Cabal, I dove in to try and see if there could be a better, existing tag for the question, only to be ...
45
votes
0answers
205 views
Can't tell who I voted for with the new button styling
When we had the old and boring button styles, voting for someone in an election would put a border around the vote used.
That doesn't happen anymore with the hawt new button style.
I know the ...
44
votes
1answer
622 views
What exactly is wrong with page 14?
I noticed that Page 14 of "newest questions" seems to always show only half of the questions the other pages do.
So, just out of curiosity … What's up with that, SO devs?
44
votes
1answer
180 views
“Duplicate of” banner and link to duplicate removed when a post has reopen votes
Not sure if feature or bug:
()
No. No no no no no no. Now I have a closed duplicate with no link to the duplicate. That is amazingly bad because:
What if I want answers? Well...I know this is a ...
44
votes
1answer
354 views
The “Hot” tab algorithm changed recently, does not appear to be working as intended
Recently I have seen a lot of older high view count questions on the Hot tab. Was the algorithm recently changed?
Before I used to see questions that had a lot of activity (many updates to Q's or ...
44
votes
1answer
365 views
How did this question bypass the dupe-title filter and the question rate-limit?
Here are the two questions: (10k only - since both are now deleted)
DVD Sorting Program for C++ Beginners (Help Needed)
DVD Sorting Program for C++ Beginners (Help Needed)
The titles are exactly ...
44
votes
0answers
450 views
The cardiologist can't tell if my heart is beating!
I have found a... strange, to say the least, error on Stack Overflow. I was just browsing normally and I decided to open the error console, and I saw this:
Uncaught TypeError: Cannot call method ...
43
votes
2answers
741 views
How does someone get to cast more than 40 votes in a day?
And by someone, I mean that evil feline WesleyDavid:
That screenshot was taken just before 4pm PST, i.e. just before 0000 UTC. That shows KittehHead's votes for the month, which is the same as ...
43
votes
2answers
251 views
When a question gets reopened, it should get a bump
When a question gets reopened, it should get a bump. By the time a post gets reopened, it's often fallen off the main page. Reopening implies that it's a decent question that's worthy of attention, so ...
43
votes
3answers
694 views
Can “user profile views” NOT include narcissism please?
Based on http://meta.stackoverflow.com/questions/12744/does-user-profile-views-include-narcissism, it looks like visiting our own profile increases the number of 'views' listed there.
Can it NOT ...
43
votes
2answers
395 views
“You can accept an answer just now”
It looks like that text like "2 seconds ago" has been changed to "just now". This makes sense with time that has ended, like the time of posting questions/answers/comments.
When trying to accept an ...



