View Issue Details

This issue affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
11137Bug reportsSurvey takingpublic2016-05-09 16:34
ReporterDenisChenu Assigned Toc_schmitz  
PrioritynoneSeverityminor 
Status closedResolutionduplicate 
Product Version2.50.x 
Summary11137: Windows resizing : array question typoe answer are hidden
Description

If you set you windows to a little size after open : you don't see any answer in array
If you set you windows to a little size after open : you see all answer in array

Steps To Reproduce

Open a survey with array with a big screen, reduce the screen size
Open a survey with array with a littlke screen, increase the screen size

Additional Information

Using a simple css RWD system fix the issue : no need javascript here

@media (max-width: 768px) {
.table.question .hide.label-text{
display: block !important;;
}
}

And more : all this part must be shown : before (in 2.06) .hide is used for .sr-only class (screen reader only)

Then .hide class must be removed and use .sr-only .visible-xs-block (unsure the 2 css is OK).

TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)160509
I will donate to the project if issue is resolvedNo
Browsernot relevant
Database type & versionnot relevant
Server OS (if known)not relevant
Webserver software & version (if known)not relevant
PHP Versionnot relevant

Relationships

duplicate of 11140 closedLouisGac Question type Array : Array answers not displaying on mobile (responsive) 

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-05-09 10:33 DenisChenu New Issue
2016-05-09 15:03 DenisChenu Relationship added related to 11139
2016-05-09 15:04 DenisChenu Relationship deleted related to 11139
2016-05-09 15:04 DenisChenu Relationship added related to 11140
2016-05-09 16:34 c_schmitz Relationship replaced duplicate of 11140
2016-05-09 16:34 c_schmitz Status new => closed
2016-05-09 16:34 c_schmitz Assigned To => c_schmitz
2016-05-09 16:34 c_schmitz Resolution open => duplicate