View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
10093Bug reportsTheme editorpublic2016-01-22 08:54
ReporterDenisChenu Assigned ToLouisGac 
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Fixed in Version2.50.x 
Summary10093: Multi checkbox question : 1st is not at same place than other
Description

In multiple question : the first checkbox have some padding/margin ?

Steps To Reproduce

Import https://raw.githubusercontent.com/LimeSurvey/LimeSurvey/master/docs/demosurveys/ls205_sample_survey_multilingual.lss and test

Additional Information

Screenshot
It's OK when previewing group/question, only when survey taking.

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)151209
I will donate to the project if issue is resolvedNo
BrowserFirefox 42.0
Database type & versionnot relevant
Server OS (if known)not relevant
Webserver software & version (if known)not relevant
PHP Versionnot relevant

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2015-12-09 11:08

developer   ~33790

Seems fixed now , maybe some cache issue ?

DenisChenu

DenisChenu

2015-12-09 11:47

developer   ~33802

OK: got it.

The col width for label on input can be different.

Upload a simple test file

Have :

<label for="answer926854X23X415SQ004" class="control-label col-xs-8 col-lg-3 answertext">Sub question #4</label>
<div class="col-lg-9 col-xs-4"> <input disabled="disabled" class="checkbox" name="926854X23X415SQ004" id="answer926854X23X415SQ004" value="Y" onclick="cancelBubbleThis(event);checkconditions(this.value, this.name, this.type)" type="checkbox">
</div> <input name="java926854X23X415SQ004" id="java926854X23X415SQ004" value="Y" type="hidden">

And

<label for="answer926854X23X415exclude" class="control-label col-xs-7 col-lg-2 answertext">exclude</label>
<div class="col-lg-10 col-xs-5"> <input class="checkbox" name="926854X23X415exclude" id="answer926854X23X415exclude" value="Y" onclick="cancelBubbleThis(event);checkconditions(this.value, this.name, this.type)" type="checkbox">
</div> <input name="java926854X23X415exclude" id="java926854X23X415exclude" value="Y" type="hidden">

col-lg3 for the first lable and col-lg2 for the second

LouisGac

LouisGac

2015-12-09 14:56

developer   ~33809

https://github.com/LimeSurvey/LimeSurvey/commit/799dd961087ebf3f44e53f13b52378003ada934e

Issue History

Date Modified Username Field Change
2015-12-09 08:42 DenisChenu New Issue
2015-12-09 08:42 DenisChenu Status new => assigned
2015-12-09 08:42 DenisChenu Assigned To => LouisGac
2015-12-09 08:42 DenisChenu File Added: Capture du 2015-12-09 08-37-27.png
2015-12-09 08:48 DenisChenu Additional Information Updated
2015-12-09 11:08 DenisChenu Note Added: 33790
2015-12-09 11:08 DenisChenu Status assigned => closed
2015-12-09 11:08 DenisChenu Resolution open => unable to reproduce
2015-12-09 11:08 DenisChenu Fixed in Version => 2.5
2015-12-09 11:47 DenisChenu Note Added: 33802
2015-12-09 11:47 DenisChenu Status closed => feedback
2015-12-09 11:47 DenisChenu Resolution unable to reproduce => reopened
2015-12-09 11:47 DenisChenu File Added: limesurvey_survey_exclude.lss
2015-12-09 11:47 DenisChenu Status feedback => new
2015-12-09 11:47 DenisChenu Status new => assigned
2015-12-09 14:56 LouisGac Note Added: 33809
2015-12-09 14:56 LouisGac Status assigned => resolved
2015-12-09 14:56 LouisGac Resolution reopened => fixed
2015-12-11 14:40 c_schmitz Category Templates => Theme editor
2016-01-22 08:54 c_schmitz Status resolved => closed