View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
11000Bug reportsSurvey editingpublic2016-04-25 13:54
Reportertammo Assigned ToLouisGac 
PriorityhighSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Summary11000: Slider question rendered too small
Description

On larger screens the slider question is rendered always at 6 columns, even when you have stated 12 columns in the backend.

Additional Information

In the HTML it shows:

<div id='javatbd912786X101X957SQ001' class="question-item answer-item numeric-item text-item numberonly col-sm-12 withslider" >
<div class="form-group row">
<label class='control-label col-xs-12 numeric-label' for="answer912786X101X957SQ001">
</label>
<div>

    &lt;div class='slider-container row'>
        &lt;div class='col-xs-12 col-sm-6'>
                                                &lt;span class='pull-left col-xs-12 col-sm-3 slider-left-span'>Te weinig werkdruk&lt;/span>

                    &lt;!-- Different col size depending on right|left -->
                    &lt;!-- TODO: Move PHP to qanda -->
                                                &lt;div class='col-xs-12 col-sm-6'>

I think the HTML should not have: col-sm-6 at:

<div class='slider-container row'>
<div class='col-xs-12 col-sm-6'>

TagsNo tags attached.
Attached Files
slider.png (16,541 bytes)   
slider.png (16,541 bytes)   
sliderscols.jpg (113,364 bytes)
Bug heat6
Complete LimeSurvey version number (& build)2.5 b160421
I will donate to the project if issue is resolvedNo
BrowserFF
Database type & versionMySQL
Server OS (if known)Linux
Webserver software & version (if known)Apache
PHP Version5.5

Users monitoring this issue

There are no users monitoring this issue.

Activities

tammo

tammo

2016-04-21 17:53

developer   ~37668

Please do keep the reset butoon at the right hand side of the screen!

LouisGac

LouisGac

2016-04-22 16:32

developer   ~37719

the number of columns set in the backend applied to the whole container

Best way to see it is to add 3 or 4 sliders, and set their col width to 6 (see screenshot)

we can still make the slider a little bit longer, or add a user control for it.

LouisGac

LouisGac

2016-04-22 16:49

developer   ~37721

ok, after an overview of the problem with carsten, we're going to change the way it's working.

LouisGac

LouisGac

2016-04-22 16:59

developer   ~37722

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

tammo

tammo

2016-04-22 17:33

developer   ~37729

Gr8! Have a good weekend!

c_schmitz

c_schmitz

2016-04-25 13:54

administrator   ~37776

Version 2.50+ Build 160425 released

Related Changesets

LimeSurvey: master 240dd5a1

2016-04-22 14:58:46

LouisGac

Details Diff
Fixed issue 11000: Slider question rendered too small Affected Issues
11000
mod - application/helpers/qanda_helper.php Diff File
mod - application/views/survey/questions/multiplenumeric/rows/sliders/answer_row.php Diff File

Issue History

Date Modified Username Field Change
2016-04-21 17:52 tammo New Issue
2016-04-21 17:52 tammo File Added: slider.png
2016-04-21 17:53 tammo Note Added: 37668
2016-04-22 12:08 c_schmitz Assigned To => LouisGac
2016-04-22 12:08 c_schmitz Status new => assigned
2016-04-22 12:09 c_schmitz Priority none => high
2016-04-22 15:34 LouisGac Sticky Issue No => Yes
2016-04-22 16:30 LouisGac File Added: slider-columns-sliders.jpg
2016-04-22 16:30 LouisGac File Deleted: slider-columns-sliders.jpg
2016-04-22 16:30 LouisGac File Added: slider-columns-sliders.png
2016-04-22 16:31 LouisGac File Deleted: slider-columns-sliders.png
2016-04-22 16:31 LouisGac File Added: sliders6Columns.png
2016-04-22 16:32 LouisGac Note Added: 37719
2016-04-22 16:33 LouisGac File Added: sliderscols.jpg
2016-04-22 16:33 LouisGac File Deleted: sliders6Columns.png
2016-04-22 16:49 LouisGac Note Added: 37721
2016-04-22 16:59 LouisGac Changeset attached => LimeSurvey master 240dd5a1
2016-04-22 16:59 LouisGac Note Added: 37722
2016-04-22 16:59 LouisGac Resolution open => fixed
2016-04-22 17:07 LouisGac Sticky Issue Yes => No
2016-04-22 17:25 LouisGac Status assigned => resolved
2016-04-22 17:33 tammo Note Added: 37729
2016-04-25 13:54 c_schmitz Note Added: 37776
2016-04-25 13:54 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing