- create a binary poll with several choices
- set allowed choices to greater than 1
- submit poll
- go to poll node and vote on more than the allowed number of choices, including the first choice
- submit vote

you will get a warning that you have selected more than the allowed number of choices. but also, your first choice will have become unselected.

the values of the checkboxes default to the number of their array element [0,1,2,3,etc...] rather than their previously indicated status.

Comments

harry slaughter’s picture

ok, this may be a bug in core actually.

http://drupal.org/node/92105

didn't read entire thread, but seems related :)

ChrisKennedy’s picture

Yep, it's related to a bug in core. Chx and I have already figured out how to fix it though.

ChrisKennedy’s picture

Status: Active » Fixed

I went ahead and fixed it without the core patch. It might have caused some other small bugs though. http://drupal.org/cvs?commit=44167

Anonymous’s picture

Status: Fixed » Closed (fixed)