Closed (fixed)
Project:
Pollfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2010 at 09:13 UTC
Updated:
23 May 2011 at 18:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
mario_prkos commentedYou have to fill choice to proceed to next one. Only when you fill the choice you can add another one. I know it is a little confusing, because there is no point to have empty many empty choices. Maybe we should to make it more clear or make better documentation or do it another way.
Thanks for feedback
Comment #2
doktordrog commentedSame too me. If i use 1,2,3,4,5... for choiche the problem occurs. If i use 11111,22222,33333.. it is ok.
Comment #3
ximo commentedYea, it's only when using one number. I was testing with 1, 2, 3, 4, etc. too.
Comment #4
rutan commentedI have the same problem. If I use just one number and want more than two fields it "resets" when I try to add more fields.
It works fine with several letters and numbers but crashes if I only use one number. Any solutions?
Comment #5
bryan kennedy commentedI can confirm that this bug is present with any single character entires, not just numbers. If you have a single character response then the "more choices" button does not work.
Comment #6
bryan kennedy commentedThe more choices button also doesn't work at all if you have javascript turned off. The error:
is returned.
Comment #7
bryan kennedy commentedHere is a patch that fixes this problem. Please review.
-This patch will let you enter single char. choices
-It also eliminates the errors that show up in the logs about strlen not testing a string.
Comment #8
bryan kennedy commentedMario, was gracious enough to make me co-maintainer on this module. I've rolled patch into the latest dev version of the module, so I'm marking this fixed. Once I've addressed a few more open issues, I'll push out a new version.