[FIXED] Someone beat you to that item -- or not

Eeek! Bugs!
Post Reply
Ezhik
Regular Poster
Posts: 4
Joined: Sat Jun 26, 2010 10:27 am

[FIXED] Someone beat you to that item -- or not

Post by Ezhik »

This is odd -- at the Market, if I click on an item for sale and click on buy from the popup window, I get the message "Blast, someone beat you to that item!" But, the sale goes through as usual. This happened four times in a row, so it seems possible to reproduce.

If I click "buy" directly from the list of items for sale, I don't get the warning message.
User avatar
Mad Merlin
Site Admin
Posts: 752
Joined: Sun Aug 14, 2005 10:41 pm
Contact:

Post by Mad Merlin »

Oops. I refactored a little bit with the last update and as a result, that particular event handler ceased to prevent the fallback event from occurring (following the link normally).

So, technically, you were actually beating yourself to it, as you AJAXed in the first request, and then clicked through the link to make another identical request.

Anyways, it's fixed now.
Post Reply