Here's a strange one:

1. Turn off javascript in the browser
2. Create a new binary poll
3. Vote on choice 1 and 2
4. Cancel vote
5. Vote again on choice 1 and 2
6. -> Just a page refresh, nothing happens.

If you choose another combinations of votes, e.g just 1, the vote will go through. The critical point is when you choose the exact same choices the second time. Ajax voting seems to work without problem.

Comments

ChrisKennedy’s picture

What version of Drupal are you using? (5.0, 5.1, recent DRUPAL-5 cvs checkout)

anders.fajerson’s picture

Title: Can't "re-vote" when JS i turned off » Can't "re-vote" when JS is turned off

DRUPAL-5 cvs checkout. Fresh install.

anders.fajerson’s picture

Status: Active » Fixed

I messed up. I didn't have a new CVS checkout. All fine now. Sorry for wasting you time.

ChrisKennedy’s picture

No problem. I had a sneaking suspicion that it was due to the duplicate form check, which was committed to HEAD & DRUPAL-5 after 5.1 was released, but was removed again from DRUPAL-5 by http://drupal.org/node/141636 (early May).

ChrisKennedy’s picture

Status: Fixed » Closed (fixed)