View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
04302Bug reportsOtherpublic2010-05-05 10:28
Reporterluke Assigned Totpartner  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version1.87+ 
Summary04302: Navigating between pages may change already saved answers
Description

Going "back and forth" using "next and previous" buttons changes some already answered questions. I am reporting only one type of question but other types may be afffected as well.

Steps To Reproduce

Included in the survey attached.

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)8453
I will donate to the project if issue is resolved
Browser
Database type & versionMySQL 5.1
Server OS (if known)OpenSuse 11
Webserver software & version (if known)Apache
PHP VersionPHP 5.2

Users monitoring this issue

There are no users monitoring this issue.

Activities

luke

luke

2010-04-30 23:09

reporter   ~11678

Tried both IE and FF.

tpartner

tpartner

2010-05-03 23:22

partner   ~11701

ElMatador69/c_schmitz, I can duplicate this problem.

  • Select a dropdown option
  • Click "Next"
  • Click "Previous"
  • Change answer to "No answer"
  • Click next
  • Click Previous "again"
  • "No answer" is no longer selected, the first option of the dropdown is selected (and will be loaded in the data)

I believe this is because there is a space inserted into the value of the "No answer" option.

Line 1844 of quanda.php:
$answer .= ' <option value=" ">'.$clang->gT('No answer')."</option>\n";

Do you want me to pick it up?

tpartner

tpartner

2010-05-03 23:47

partner   ~11702

Fixed in revision 8676.

Thanks for the tip luke.

luke

luke

2010-05-04 18:31

reporter   ~11705

No problem. But it was not me, one of the users reported that.

Thanks for the fix!

Issue History

Date Modified Username Field Change
2010-04-30 23:06 luke New Issue
2010-04-30 23:06 luke File Added: limesurvey_bug_example.csv
2010-04-30 23:09 luke Note Added: 11678
2010-05-03 23:22 tpartner Note Added: 11701
2010-05-03 23:25 c_schmitz Assigned To => tpartner
2010-05-03 23:25 c_schmitz Status new => assigned
2010-05-03 23:47 tpartner Note Added: 11702
2010-05-03 23:47 tpartner Status assigned => resolved
2010-05-03 23:47 tpartner Resolution open => fixed
2010-05-04 18:31 luke Note Added: 11705
2010-05-05 10:28 c_schmitz Status resolved => closed