View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
11400Bug reportsResponse browsingpublic2016-06-20 15:31
ReporterMarcoV Assigned ToLouisGac 
PriorityurgentSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Summary11400: Loosing Array text when changing width of browser-window
Description

Small bug when changing width of browser window: At one short scale of browser width the Array looses its text

Bug is more serious when adding picture to subquestions

Steps To Reproduce

Disable full screen and change width step by step

TagsNo tags attached.
Attached Files
Bug heat6
Complete LimeSurvey version number (& build)160614
I will donate to the project if issue is resolvedNo
BrowserFirefox 47.0
Database type & versionmysql 5.5.35
Server OS (if known)Linux
Webserver software & version (if known)Apache 2 2.4.7
PHP Version5.5.9

Relationships

child of 11016 closedLouisGac 10 point array does not fit on tablet screen 

Users monitoring this issue

There are no users monitoring this issue.

Activities

LouisGac

LouisGac

2016-06-17 10:37

developer   ~39664

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

LouisGac

LouisGac

2016-06-17 10:40

developer   ~39667

No more table transformation applies when screen is under 801px (for a few exotic tablet screens, see 11016), whereas visible-xs-block respect bootstrap standards (767px). If too many bugs of this kind appears in the future, we should just refuse to support weird exotic tablet screens. We should repsect standards, we should not try to fit to non standards devices.

https://bugs.limesurvey.org/view.php?id=11016

MarcoV

MarcoV

2016-06-17 10:47

reporter   ~39668

Many thanks for the very fast response!!!!
Can you tell me in which new build number this issue is fixed??? So I can tell the IT to upload this new version

Thanks again!!!!

LouisGac

LouisGac

2016-06-17 10:52

developer   ~39669

well it will in next release, probably next monday.
If you want to patch it by your self, it's pretty easy, just tell to your IT to add those lines at the end of the file "template.css" of your template :

@media only screen and (max-width: 801px) {
.visible-xs-block{
display: block !important;
}
}

MarcoV

MarcoV

2016-06-17 10:53

reporter   ~39670

I will do that, thanks again!

c_schmitz

c_schmitz

2016-06-20 15:31

administrator   ~39735

Version 2.50 Build 160620 released

Related Changesets

LimeSurvey: master 1e5387a8

2016-06-17 08:37:18

LouisGac

Details Diff
Fixed issue 11400: Loosing Array text when changing width of browser-window
Fixed issue 11016: 10 point array does not fit on tablet screen
Dev: No more table transformation applies when screen is under 801px (for a few exotic tablet screens, see 11016), whereas visible-xs-block respect bootstrap standards (767px),If too many bugs of this kind appears in the future, we should just refuse to support weird exotic tablet screens.We should repsect standards, we should not try to fit to non standards devices.
Affected Issues
11016, 11400
mod - templates/default/css/template.css Diff File
mod - templates/news_paper/css/template.css Diff File
mod - templates/ubuntu_orange/css/template.css Diff File

Issue History

Date Modified Username Field Change
2016-06-16 14:46 MarcoV New Issue
2016-06-16 14:46 MarcoV File Added: limesurvey_survey_291478(2).lss
2016-06-17 08:55 c_schmitz Priority none => high
2016-06-17 09:16 c_schmitz Priority high => urgent
2016-06-17 10:27 LouisGac Sticky Issue No => Yes
2016-06-17 10:37 LouisGac Changeset attached => LimeSurvey master 1e5387a8
2016-06-17 10:37 LouisGac Note Added: 39664
2016-06-17 10:37 LouisGac Assigned To => LouisGac
2016-06-17 10:37 LouisGac Resolution open => fixed
2016-06-17 10:39 LouisGac Status new => resolved
2016-06-17 10:40 LouisGac Note Added: 39667
2016-06-17 10:40 LouisGac Relationship added child of 11016
2016-06-17 10:41 LouisGac Sticky Issue Yes => No
2016-06-17 10:47 MarcoV Note Added: 39668
2016-06-17 10:52 LouisGac Note Added: 39669
2016-06-17 10:53 MarcoV Note Added: 39670
2016-06-20 15:31 c_schmitz Note Added: 39735
2016-06-20 15:31 c_schmitz Status resolved => closed