View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
06997Bug reportsSurvey takingpublic2012-12-04 13:16
Reportermfs Assigned ToDenisChenu  
PriorityurgentSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary06997: Zero values in Array (Numbers) disappear
Description

When using a numerical matrix (type: Array (Numbers)), zero values will not persist. If you enter a zero value in any of the input fields, this value will have vanished when you return from some other question group, or when you reload after a save.

This is especially annoying for large matrixes, where a lot of the values may be perfectly valid zeroes. If this question is mandatory, you will have to fill in the vanished zeroes over and over again.

Steps To Reproduce

cf. attached demo

Additional Information

The value stored in the responses db is 0. Obviously, the error happens when restoring the input field from the db.

Behaviour discovered in builds since 121115 (first use of limesurvey), but probably existing in earlier builds. Currently using build 121127 with patches from issue 06980 (Numerical input strips zeros). I suspected issue 06980 to be the same as this issue, but the fix doesn't help here.

TagsNo tags attached.
Attached Files
vanishing0.lss (16,072 bytes)
Bug heat8
Complete LimeSurvey version number (& build)121127
I will donate to the project if issue is resolvedNo
BrowserFirefox 16, IE8
Database type & versionMySQL 14.12 distr 5.0.95
Server OS (if known)Linux/SUSE SLES 11, SP2 (32 bit)
Webserver software & version (if known)Apache/2.2.12
PHP Version5.2.14

Users monitoring this issue

mfs

Activities

DenisChenu

DenisChenu

2012-11-30 16:36

developer   ~22750

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10624

mfs

mfs

2012-11-30 16:43

reporter   ~22751

While glancing over the fix, I found this line. Is this a typo?

5631    +        $answertypeclass .=" mumeric-item text";

Note the "mumeric"!

DenisChenu

DenisChenu

2012-11-30 16:51

developer   ~22752

You're right, but before not existing :)

DenisChenu

DenisChenu

2012-11-30 17:45

developer   ~22760

Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10631

mfs

mfs

2012-12-03 10:14

reporter   ~22817

I can confirm the bug is fixed (I locally corrected the "mumeric" issue without uploading a patch).

DenisChenu

DenisChenu

2012-12-03 10:26

developer   ~22818

Thanks,

mumeric was fixed just after : https://github.com/LimeSurvey/LimeSurvey/commit/4b4ac9af272cc2fc4f27598be688cdb89dca465b

c_schmitz

c_schmitz

2012-12-04 13:16

administrator   ~22848

LimeSurvey 2.0+ build 121204 released.

Related Changesets

LimeSurvey: master 7dc880a8

2012-11-30 15:34:18

DenisChenu

Details Diff
Fixed issue 06997: Zero values in Array (Numbers) (attribute input_boxes) disappear
Dev: review some style
Affected Issues
06997
mod - application/helpers/qanda_helper.php Diff File

LimeSurvey: 2.1 c026dae0

2012-11-30 16:43:21

DenisChenu

Details Diff
Fixed issue 06997: Zero values in Array (Numbers) (inout box layout) disappear
Dev: reviewing some include class
Affected Issues
06997
mod - application/modules/NumberArrayQuestion.php Diff File

Issue History

Date Modified Username Field Change
2012-11-30 14:43 mfs New Issue
2012-11-30 14:43 mfs File Added: vanishing0.lss
2012-11-30 15:13 mfs Issue Monitored: mfs
2012-11-30 16:36 DenisChenu Changeset attached => LimeSurvey master 7dc880a8
2012-11-30 16:36 DenisChenu Note Added: 22750
2012-11-30 16:36 DenisChenu Assigned To => DenisChenu
2012-11-30 16:36 DenisChenu Resolution open => fixed
2012-11-30 16:43 mfs Note Added: 22751
2012-11-30 16:51 DenisChenu Note Added: 22752
2012-11-30 17:45 DenisChenu Changeset attached => LimeSurvey 2.1 c026dae0
2012-11-30 17:45 DenisChenu Note Added: 22760
2012-11-30 17:45 DenisChenu Status new => resolved
2012-11-30 17:45 DenisChenu Fixed in Version => 2.00+
2012-12-03 10:14 mfs Note Added: 22817
2012-12-03 10:26 DenisChenu Note Added: 22818
2012-12-04 13:16 c_schmitz Note Added: 22848
2012-12-04 13:16 c_schmitz Status resolved => closed
2021-08-05 01:25 guest Bug heat 6 => 8