View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
06924Bug reportsSurvey editingpublic2012-11-27 09:32
Reporterklaster Assigned ToDenisChenu  
PriorityhighSeverityminor 
Status closedResolutionno change required 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary06924: Citronade template, no checkbox for multiple choice other option
Description

There is not checkbox before 'Other' option when using multiple choice question type in citronade template. Other templates (Basic, Default etc) have it.

Steps To Reproduce

Just create a multiple choice question with 'Other' option and use citronade template.

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)121121
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMysql 5.5
Server OS (if known)Centos 6.3
Webserver software & version (if known)Apache/2.2.22
PHP Version5.5

Relationships

related to 06960 closedDenisChenu Unchecking of "other" option in multiple choice questions impossible if text box empty 

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2012-11-22 10:45

developer   ~22401

The checkbox for other multi choice don't enter in database, only the other text input.

The line in template.css
.checkbox-item.other-item .other-checkbox{visibility:hidden}

I think it's better for user usability : this checkbox don't have function, then hidding it.

Not a bug.

klaster

klaster

2012-11-22 10:59

reporter   ~22406

HI,

not a bug as it is not recorded in the datbase - I agree; but when using the question for array filter - it is problem.

Adding ( .checkbox-item.other-item .other-checkbox{visibility:hidden}) to the templace.css did not resolve :-(

DenisChenu

DenisChenu

2012-11-22 11:29

developer   ~22408

.checkbox-item.other-item .other-checkbox{visibility:hidden}is in template.css,

Can you put a lss file with the array filter problem ?

DenisChenu

DenisChenu

2012-11-22 11:33

developer   ~22410

Tested: when you write something in tet inout : array filter work.

With default template (with 2 group): Try:

  • Check other
  • Click next
  • Click prev : other are unchecked
klaster

klaster

2012-11-22 11:39

reporter   ~22411

  • I really can't make the 'other' checbox appear (.checkbox-item.other-item does not work - i've added this to the end of template.css)

  • if you look at the example, 'Other' does not appear in the ranking question

DenisChenu

DenisChenu

2012-11-22 12:06

developer   ~22415

.checkbox-item.other-item .other-checkbox{visibility:visible}

DenisChenu

DenisChenu

2012-11-22 12:08

developer   ~22416

Last edited: 2012-11-22 12:09

It's not citronade related issue : don't work with default template too.

other FILTER can be applied in a ranking question, ranking question don't have other.

Denis
For lss file : a lss file working with default, not with citronade.
If not working with default : put another bug report please.

Issue History

Date Modified Username Field Change
2012-11-22 10:04 klaster New Issue
2012-11-22 10:20 mdekker Assigned To => DenisChenu
2012-11-22 10:20 mdekker Status new => assigned
2012-11-22 10:45 DenisChenu Note Added: 22401
2012-11-22 10:45 DenisChenu Status assigned => closed
2012-11-22 10:45 DenisChenu Resolution open => fixed
2012-11-22 10:45 DenisChenu Fixed in Version => 2.00+
2012-11-22 10:59 klaster Note Added: 22406
2012-11-22 10:59 klaster Status closed => feedback
2012-11-22 10:59 klaster Resolution fixed => reopened
2012-11-22 11:29 DenisChenu Note Added: 22408
2012-11-22 11:33 DenisChenu Note Added: 22410
2012-11-22 11:37 klaster File Added: limesurvey_survey_953457.lss
2012-11-22 11:39 klaster Note Added: 22411
2012-11-22 11:39 klaster Status feedback => assigned
2012-11-22 12:06 DenisChenu Note Added: 22415
2012-11-22 12:08 DenisChenu Note Added: 22416
2012-11-22 12:09 DenisChenu Note Edited: 22416
2012-11-22 12:09 DenisChenu Note Edited: 22416
2012-11-22 14:40 DenisChenu Status assigned => feedback
2012-11-27 09:28 DenisChenu Status feedback => closed
2012-11-27 09:28 DenisChenu Resolution reopened => no change required
2012-11-27 09:32 DenisChenu Relationship added related to 06960
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing