Nemesis Card buggy?
Whenever I drag a card from one place to another, my browser follows the link to the card's image, and I have to use the Back button to return to the playing area. Then, the cards in my hand are invisible until I click on a draw pile.Is anyone else experiencing this? Or is it just my antiquated Firefox (4.0.1) playing up?
(log in to comment)
Comments
However, trying it on a different computer seems to fix the problem... It could just be your browser? I used chrome for both computers. I guess you can just see what happens on different systems and browsers; it may fix the problem.
But if modern Firefox versions are following an img tag as though it were a link, they are wrong.
In my defence, I really didn't want to spend too much time fire-fighting Javascript problems in a Python games contest :)
This is countered by adding:
e.preventDefault();
as the last line of the move_drop and discard_drop functions in data/static/play_ui.js.
Sorry about that. I think all my Firefox testing was done before I implemented the drag-n-drop stuff.
circusblatta on 2013/04/23 02:45:
the same happens to me (firefox 20.0.1)