Tag Info

New answers tagged

2

Fixed now. There was an edge case in getting the "conversation ended" time where we ended up with an unexpected null value.


1

I have tried reproducing this several times, and I think I have a handle on what happened. So yes, when I was asked to log in after voting it looked like my vote was counted (the up arrow changed color), but the count didn't change. I think was happened was...I had previously up voted the answer (doh!) So why would it let me remove the vote? Well, looking ...


22

Ouch, my fault... I accidentally set a flag that made everything an audit. I meant to do this locally (not on prod!) and somehow didn't notice my mistake until this meta thread was brought to my attention. I am updating our logic to make sure this flag is completely ignored on prod, so this doesn't happen again. Sorry about that.


5

The vote counts are cached. When a vote is deleted, it doesn't update the cache. I just clicked on the vote number to expand it and it now shows 2. (i.e. I forced it to recalculate the vote count)


2

Upvotes and downvotes by anonymous users (who then log in) are not counted at all on meta sites (except Meta Stack Overflow). There's no specific reason for this, other than that it's technically more complicated and we haven't gotten to it yet. The only part of this bug report I'm confused by is "and it will look like you have upvoted the answer". Are you ...


1

This should be fixed, please try again. You might have to remove your project and then add it back to your profile.


11

As pointed out in a comment by NullPoiиteя, this user had had a lot of votes invalidated recently. Since badges are never removed automatically, all of those badges stayed behind as a remnant of past activities. Since the user has already been suspended for those activities, and I don't want to flog them again for the same thing (I found no evidence of ...


4

Badges don't get revoked; without being able to see their full history, I suspect they've had a lot of answers apparently deleted. In the case of the "Favorite Question" badges, he may have had 16 questions favorited by more than 25 at some point, and they were either unfavorited or deleted as well. Alternately, the badges could have come from another ...


2

There was an issue in our network aggregation system - your account should now be fixed. Sorry for the delay!


5

I think we should take the same approach we do elsewhere and use rounding - 1k, 2k, etc. Basically, use the same behaviour we already do on /questions and the home page for consistency.


0

This is good design for the same reason we have review queues. We're teaching users how to edit posts. Ideally they will stick with this habit after hitting 2k rep. A user-tracking test to prove this would be interesting. @ 2k rep we assume they know of the feature well enough and will write good edit summaries when warranted and ignore them when for ...


4

Elections usually have three phases: Nomination, Primary and Election, and we send notifications out to users that can participate in each phase. The Nomination phase requires 300 rep (3000 on Stack Overflow) to create a nomination and run for moderator. Because you had less than 300 rep on DBA, you didn't get the notification. On all sites, the Primary ...


2

This will be fixed in the next build, > rev 2013.5.20.1020.


15

The number of flags you have per day depends on your flag weight, which is a hidden number that increases when your flags get marked as "helpful" and decreases when they are rejected. What likely happened here (as confirmed by Robert Harvey in a comment) is that while you were flagging, a moderator rejected one of your other flags, pushing your flag weight ...


18

Yes, there is a bug. On the day in question, you had gained 200 points, but had one answer with a downvote (net rep: 198). The kicker is that you responsibly deleted this answer, which refunded the -2 from the downvote; however, the badge logic doesn't take this refund into account. It was a known edge case, because a truly thorough check of why a user ...


8

This will be fixed in the next deploy. The root cause was global log in completing in the backend, but you submitting the log in form before it forced a refresh on the client side. This looks to use like you're submitting an incorrect XSRF token, when actually you're just submitting the one we gave you before you logged in.


6

Heh, that text has been there for so long, we've all forgotten about it :) After the next build (> rev 2013.5.17.1019), anonymous users will no longer see the undo prompt on the tooltip.


2

It's by design. Statistics are captured independently for Area 51 proper and the Discussion site, and each site additionally has its own distinct set of badges [1], [2] (which sometimes causes confusion).


2

Well, it appears that classic Nokia comes with Nokia Browser for Symbian as the default browser. Stack Exchange sites are not supporting all existing browsers. List of supported (and explicitly unsupported) browsers can be found here: Which browsers are officially supported? And what else do I need? Try installing standard mobile browser like Chrome or ...


12

This is because the sass tag also has the tag scss listed as a synonym of it, which does match the criteria *css and gets remapped back to its master tag when listed anywhere.


1

It displays properly for me. Shows it next to the tags in edit mode and nothing on cancel. Tested in Chrome, Firefox and Internet Explorer.


4

It looks as if the post was edited during the grace period, there are no edit revisions listed for that post. You have enough rep to freely edit the post. You could make a trivial edit just to unlock the vote. Roll back the edit if you feel the trivial edit was otherwise not needed. See Vote can't be changed if answer is edited too quickly for a bug ...


6

The link was drunk, it seems to have wandered back home now. Next time this happens we shall stage an intervention:


39

Spot the bug: bool showNormalNavigation = IsMetaSite && !User.IsAnonymous; Damn you, De Morgan! Yeah - should be: bool showNormalNavigation = IsMetaSite || !User.IsAnonymous; Edit: And yeah, my fault. Thanks Kevin for fixing!


19

One of our daily scheduled jobs was timing out, causing tag scores to not refresh. We changed the way we were calling the job that was timing out, so this issue shouldn't recur. Sorry for the trouble!


5

Thanks for that! This has been fixed, the image now comes in at a whopping 5.99 KB. We'll look at the other images as well, and make sure that the size of the image specified is double checked. And maybe even do some of that fancy automatic rescaling down the line...


0

Try clearing your cookies and logging in again. It worked for me with Firefox 21.0. If it does not work for you, see 0__'s answer here.


1

I just ran into this problem, I don't know if it is the same. I accidentally flushed my browser history, which meant that all cookie permission settings were gone. I am using manual confirmation of cookies. It turned out that when going to stackoverflow.com, Firefox was not asking if I want to accept cookies. Normally it would do so at the time the site ...


1

AJAX request failed because of some reason. Maybe your connection was interrupted? Check with firebug or developer tools. Normally failed requests are reported to the console.


2

And it appears that it forces the summary to "edited tags" even I put something else, when I just retag. When I first saw this, I was first confused, and then took few seconds to come up with a reason, and then click revision history to know that it just put "edited tags" no matter what, rendering me wasting seconds just to come up the reason. That could ...


13

This has been addressed and should be in the next build. We tried the exploding computer trick, but testing got expensive. After that, we decided to have these kinds of edits that occur within the grace period leave a revision behind, but with a comment indicating that the edit was a "grace-preriod reversion". The grace period itself has not been changed. ...


3

Can we be permitted to set reasonable future end dates (within ~7–10 years, like LinkedIn or Facebook) for the end dates of education items? Perhaps even ~1 year in the future for start dates, too, in the case that people are accepted to a program they are yet to formally begin. Yes! That's a great suggestion and we've made that exact change. ...


3

Yes, we know. It is not something we will spend time fixing, as it has no real effect on usability and has an easy workaround - stop clicking multiple times.


1

As pointed out in the comments, "Mail to a friend" is a mailto: link. It's supposed to launch your local email client and fill in subject and body of a new email for you: Subject: <job title> Body: I found this job on Stack Overflow Careers: <job title> <page url> <A few words from the job description> Since this doesn't seem ...


5

We update relative times once a minute, because doing it every second would be extremely annoying (and computationally wasteful). As a result you may see +/- 60 sec times depending on where the interval falls when looking at a minute resolution, the behavior is intentional.


8

Now you see it, now you don't. And Sha Wiz Dow Ard got it right - it was my mess. Cleaning up some code then reverting but not reverting everything... Yay for Meta!


4

Thanks for reporting this - I was able to reproduce the issue on the site. Turns out that there was a missing constraint on the voting table. I cleared out all duplicate votes, added the missing constraint and you can now no longer voter multiple times for an app. Please try to break it some more and let us know ;)


2

Looks like there were a few locations in our database which didn't have proper names associated with them. Reason was that they were larger than countries, but smaller than continents. Struggling with their identity, they fell through the cracks. This should now be fixed. You might wanna move the "distance" slider all the way to the right when searching ...


8

This will be fixed in the next build, rev > 2013.5.14.1013. I took Tim Stone's advice and used the hashchange event - it really cleaned the code up (thanks, Tim).


1

This is reproducible only when you are zoomed out of the page (by around 5%). Here are the related screenshots: At 95% zoom At 100% zoom


0

I read at Stack Exchange accounts overview does not count posts associated with accounts registered after migration that adding a post of the same type as is problematic (Question or Answer) fixes everything. Edit: And it does. Totally a bug.


1

Just a tiny dose of CSS magic was needed - should look better now!


4

There is a 5 minute grace period in that you can undo your vote. So this tooltip is correct. Imagine you use a phone and click the downvote button instead of the favour button. You can undo that. After 5 minutes your vote is locked until the post is edited. Edit Many things in the GUI are not updated. You still have vote buttons on deleted questions for ...


4

The interesting tab is part of the homepage, not of the Questions section. Click the logo to get back to the homepage and see the interesting tab again. They're subtly different in more ways if you look at it, only the Featured section is shared.


2

The tab is on the homepage, not the questions section. Click on the Stack Overflow logo and it will be there.


0

I've also faced this problem several times, I beleive this is all because of filtering of common words we use in normal talk like 'being' and 'ignored' as your title contains simple words of english instead of technical words, quality meter of stackoverflow gives you that message Try to use more technical words and it will never irritate you again.


2

The symptoms you have seen and the fact that others were not able to reproduce point at an issue on your end - something is blocking some of the JavaScript. From your comments, it appears that you are using a proxy that is blocking web sockets (which we use a lot here on Stack Exchange, for various things), causing the issue you have seen. Unblocking web ...


0

Problem was caused by post editor cleaning up (otherwise invisible) leading CR/LF from the start of the post automatically. This makes it believe that the post text was updated by reviewer/editor, and subsequently requiring a minimal edit of 6 characters to be completed. Seems to be a bug.


0

This should be fixed. Thanks for letting us know!


5

When URLs are auto-linked, we never include a trailing period (or comma or question mark etc.) for reasons that are very obvious in your question. However the change to improve auto-linking around trailing parentheses is made in such a way that the closing paren is first included in the to-be-linked URL, only to be excluded again if we find that it has no ...



Top 50 recent answers are included