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
Comment #1
ChrisKennedy commentedWhat version of Drupal are you using? (5.0, 5.1, recent DRUPAL-5 cvs checkout)
Comment #2
anders.fajerson commentedDRUPAL-5 cvs checkout. Fresh install.
Comment #3
anders.fajerson commentedI messed up. I didn't have a new CVS checkout. All fine now. Sorry for wasting you time.
Comment #4
ChrisKennedy commentedNo 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).
Comment #5
ChrisKennedy commented