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.
[FIXED] Someone beat you to that item -- or not
- Mad Merlin
- Site Admin
- Posts: 752
- Joined: Sun Aug 14, 2005 10:41 pm
- Contact:
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.
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.