View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
14209Bug reportsSurvey editingpublic2019-04-30 09:12
ReporterTonisOrmisson Assigned Todominikvitt 
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version3.15.x 
Fixed in Version3.15.x 
Summary14209: Long answer options not line-breaked and ends invisible for array questions split up to pieces
Description

When the array question is split to pieces on narrow screens (the responsive thing) if you have an answer option longer than fits the screen, the label is not broken into multiple lines, but the end of the label will go behind the screen edge and is thus invisible.

Vanilla theme.

See image

TagsNo tags attached.
Attached Files
Bug heat8
Complete LimeSurvey version number (& build)3.15.1
I will donate to the project if issue is resolvedNo
Browser
Database type & versionn/a
Server OS (if known)n/a
Webserver software & version (if known)n/a
PHP Versionn/a

Users monitoring this issue

There are no users monitoring this issue.

Activities

TonisOrmisson

TonisOrmisson

2018-11-05 11:01

developer   ~49537

i did a quick-fix myself like

.ls-label-xs-visibility {
white-space: normal;
}

but im not really sure this wont mess up something else :)

guest

guest

2018-11-05 14:11

viewer   ~49538

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

dominikvitt

dominikvitt

2018-11-05 14:16

developer   ~49539

It is fixed now, fix only have effect while using mobile view.
All affected array questions are now displayed correctly and split into multiple lines.

c_schmitz

c_schmitz

2019-04-30 09:12

administrator   ~51661

Fixed in Version 3.1.7.3

Related Changesets

LimeSurvey: master cbca53d7

2018-11-05 14:10:24

Dominik Vitt

Details Diff
Fixed issue 14209: Long answer options for array question types not line-breaked in mobile view Affected Issues
14209
mod - assets/packages/template-core/template-core.css Diff File

Issue History

Date Modified Username Field Change
2018-11-05 09:48 TonisOrmisson New Issue
2018-11-05 09:48 TonisOrmisson File Added: Screenshot from 2018-11-05 10-41-53.png
2018-11-05 10:53 dominikvitt Assigned To => dominikvitt
2018-11-05 10:53 dominikvitt Status new => confirmed
2018-11-05 11:01 TonisOrmisson Note Added: 49537
2018-11-05 14:11 Changeset attached => LimeSurvey master cbca53d7
2018-11-05 14:11 guest Note Added: 49538
2018-11-05 14:11 guest Resolution open => fixed
2018-11-05 14:16 dominikvitt Status confirmed => resolved
2018-11-05 14:16 dominikvitt Fixed in Version => 3.15.x
2018-11-05 14:16 dominikvitt Note Added: 49539
2019-04-30 09:12 c_schmitz Note Added: 51661
2019-04-30 09:12 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing