View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
17071Bug reportsSurvey editingpublic2021-03-08 19:38
Reporterutelit Assigned Topstelling  
PriorityhighSeverityminor 
Status closedResolutionno change required 
Product Version4.4.4 
Fixed in Version4.4.12 
Summary17071: Array dropdown isn't working - always shows radio buttons
Description

When creating or editing question, if I use Array layout, no matter what I select for option "Use dropdown presentation " in Display, the result is always radio-buttons.

Steps To Reproduce
  1. Create question
  2. Select array type -> fill out possible answers
  3. Choose either On or Off for "Use dropdown presentation" and Save
  4. Preview Question
Additional Information
  1. This happens after upgrading from 4.3.14+200824 to 4.4.4+210212. Before it worked fine.
  2. On existing question that were previewed correctly when used Array Layout and enabled "Use dropdown presentation", if I load them and just press "Save", they have the above mentioned result
  3. MOST IMPORTANT --> If I export the question, edit with notepad, find the relevant line that includes "use_dropdown":
    <row>
    <qid><![CDATA[8284]]></qid>
    <attribute><![CDATA[use_dropdown]]></attribute>
    <value><![CDATA[Y]]></value>
    </row>
    and replace <value><![CDATA[Y]]></value> with <value><![CDATA[1]]></value>
    save notepad and import the question to limesurvey ==> If I preview it is previewed correctly..
    If I then go to edit question and just hit save, it is then again previewd wrong, with radio-button instead of dropdown
TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)4.4.4+210212
I will donate to the project if issue is resolvedNo
BrowserAll
Database type & version437
Server OS (if known)debian stretch
Webserver software & version (if known)
PHP Version7.3.15

Users monitoring this issue

There are no users monitoring this issue.

Activities

cdorin

cdorin

2021-02-09 17:57

reporter   ~62087

Thanks for report! :)

gabrieljenik

gabrieljenik

2021-02-17 18:02

manager   ~62320

This should be working after this fix:
https://github.com/LimeSurvey/LimeSurvey/commit/1d7b620f7dca5b79171c9c5d844cffe2254ed9dd

utelit

utelit

2021-02-18 10:22

reporter   ~62341

After after upgrading to version 4.4.9+210219 it is fixed and it works correctly.

Thanks! :)

Issue History

Date Modified Username Field Change
2021-02-09 17:44 utelit New Issue
2021-02-09 17:57 cdorin Priority none => high
2021-02-09 17:57 cdorin Status new => confirmed
2021-02-09 17:57 cdorin Sync to Zoho Project => |Yes|
2021-02-09 17:57 cdorin Note Added: 62087
2021-02-17 18:02 gabrieljenik Note Added: 62320
2021-02-18 10:22 utelit Note Added: 62341
2021-02-25 11:41 pstelling Assigned To => pstelling
2021-02-25 11:41 pstelling Status confirmed => assigned
2021-02-25 19:46 ollehar Status assigned => resolved
2021-02-25 19:46 ollehar Resolution open => no change required
2021-03-08 19:31 c_schmitz Fixed in Version => 4.4.12
2021-03-08 19:38 c_schmitz Status resolved => closed