Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
11738Bug reportsSurvey editingpublic2018-07-23 18:41
Reporterpeterx Assigned ToDenisChenu  
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version2.52.x 
Summary11738: Uneven space between filtered answers
Description

The space in the second question preview between the selected filtered answers is uneven in case inconsecutive answers are selected. E.g. if answers 1, 9 and 10 are selected, then there is larger space between 1 and 9 than 9 and 10 in the second question with the activated array filter. Probably there is some leftover formatting of the omitted answers.

Steps To Reproduce

Check the attached survey file add select just 3-4 answers (some of them should be inconsecutive).

Tagsanswers_html
Attached Files
filter-space.png (16,732 bytes)   
filter-space.png (16,732 bytes)   
Bug heat8
Complete LimeSurvey version number (& build)Version 2.52+160920
I will donate to the project if issue is resolvedNo
BrowserFirefox 49.0.1
Database type & versionMySQL Server Version / 5.5.35-33.0
Server OS (if known)CentOS
Webserver software & version (if known)Apache / 2.2.26
PHP VersionPHP Version 5.5.38

Relationships

parent of 11787 closedDenisChenu filtered question column alignment 2nd 
related to 12589 closedLouisGac Randomization, relevance and more than one column in multi response questions 

Activities

mfavetti

mfavetti

2016-10-04 20:31

developer   ~41128

This is caused by the min-height: 1px property on column classes

See:
templates/default/css/flat_and_modern.css:1661

Each of the hidden rows has a height of 1px, so the more rows hidden, the more noticeable this is.

c_schmitz

c_schmitz

2016-10-05 09:17

administrator   ~41136

Why is it 1px and not 0px?

DenisChenu

DenisChenu

2016-10-05 09:37

developer   ~41145

@c_schmitz : bootsrap issue.
I test with answers_html if it's OK

c_schmitz

c_schmitz

2016-10-05 09:51

administrator   ~41147

Okay, thank you.

DenisChenu

DenisChenu

2016-10-05 09:51

developer   ~41148

The issue is : in 2.5X :

Line is
<div class="col-sm-12">
<div id="javatbd474659X2828X54441SQ002" style="display: none">.....</div>
</div>

Fixed in 3.X/answers_html : http://testing.sondages.pro/answershtml/index.php/474659
Using directli the javatbd474659X2828X54441SQ002
See screenshot.

peterx

peterx

2016-10-05 20:52

reporter   ~41156

Excellent! Thank you very much!

DenisChenu

DenisChenu

2016-10-06 00:06

developer   ~41157

Attention for 3.0 release, not 2.55.

For 2.50 : you must add a col-sm-12{min-height:0} in template i think.

c_schmitz

c_schmitz

2017-07-21 17:08

administrator   ~44184

Version 3.0.0-beta.1 released

Issue History

Date Modified Username Field Change
2016-10-03 21:46 peterx New Issue
2016-10-03 21:46 peterx File Added: limesurvey_survey_474659-filter.lss
2016-10-03 21:46 peterx File Added: filter-space.png
2016-10-04 20:31 mfavetti Note Added: 41128
2016-10-05 09:17 c_schmitz Note Added: 41136
2016-10-05 09:37 DenisChenu Note Added: 41145
2016-10-05 09:51 c_schmitz Note Added: 41147
2016-10-05 09:51 c_schmitz Assigned To => DenisChenu
2016-10-05 09:51 c_schmitz Status new => assigned
2016-10-05 09:51 DenisChenu File Added: Capture du 2016-10-05 09-51-23.png
2016-10-05 09:51 DenisChenu Note Added: 41148
2016-10-05 09:52 DenisChenu Target Version => 3.0.x
2016-10-05 10:25 DenisChenu Tag Attached: answers_html
2016-10-05 17:52 DenisChenu Status assigned => resolved
2016-10-05 17:52 DenisChenu Resolution open => fixed
2016-10-05 17:52 DenisChenu Fixed in Version => 3.0.x
2016-10-05 20:52 peterx Note Added: 41156
2016-10-06 00:06 DenisChenu Note Added: 41157
2016-10-13 10:32 DenisChenu Relationship added parent of 11787
2016-10-14 11:03 DenisChenu Fixed in Version 3.0.x => 3.0
2016-10-14 11:03 DenisChenu Target Version 3.0.x => 3.0
2017-07-21 17:08 c_schmitz Note Added: 44184
2017-07-21 17:08 c_schmitz Status resolved => closed
2018-07-23 18:41 DenisChenu Relationship added related to 12589
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing