View Issue Details

This bug affects 1 person(s).
 14
IDProjectCategoryView StatusLast Update
10550Bug reportsSurvey takingpublic2016-03-09 17:32
Reporterphylu Assigned ToLouisGac 
PriorityimmediateSeverityminor 
Status closedResolutionfixed 
Product Version2.06+ 
Fixed in Version2.50.x 
Summary10550: multi-line group description flows out of box
Description

If a group description spans multiple lines in the editor, this leads to several p-elements which flow out of the container element.

Steps To Reproduce

Create a question group description with mutiple lines of description

TagsNo tags attached.
Attached Files
desc_screenshot.png (124,984 bytes)
Bug heat14
Complete LimeSurvey version number (& build)96455d32ec1cbe3376dbafa59858
I will donate to the project if issue is resolvedNo
BrowserChromium
Database type & versionmysql Ver 14.14 Distrib 5.5.47, for debian-linux-gnu (x86_64) using readline 6.3
Server OS (if known)Debian 8.3
Webserver software & version (if known)Apache/2.4.10
PHP VersionPHP Version 5.6.17-0+deb8u1

Relationships

has duplicate 10544 closedc_schmitz Text jumped out of "text box" 

Users monitoring this issue

There are no users monitoring this issue.

Activities

mfavetti

mfavetti

2016-02-22 21:33

developer   ~35549

Problem is because the group description is a p element which can only contain inline elements so any block level elements (p, div, etc) inside of it will break it.

Will submit a PR in a minute.

mfavetti

mfavetti

2016-02-22 21:37

developer   ~35550

PR #444 fixes this. I'll leave this up to one of the more experienced people to properly resolve/close.

LouisGac

LouisGac

2016-02-24 10:10

developer   ~35639

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

Related Changesets

LimeSurvey: master 3c6105b0

2016-02-22 20:34:49

mfavetti

Details Diff
Fixed 10550: multi-line group description flows out of box Affected Issues
10550
mod - templates/default/views/groupdescription.pstpl Diff File
mod - templates/news_paper/views/groupdescription.pstpl Diff File
mod - templates/ubuntu_orange/views/groupdescription.pstpl Diff File

LimeSurvey: master aff1e073

2016-02-24 09:09:59

LouisGac

Details Diff
Merge pull request #444 from mfavetti/groupDescriptionFix

Fixed 10550: multi-line group description flows out of box
Affected Issues
10550
mod - templates/default/views/groupdescription.pstpl Diff File
mod - templates/news_paper/views/groupdescription.pstpl Diff File
mod - templates/ubuntu_orange/views/groupdescription.pstpl Diff File

Issue History

Date Modified Username Field Change
2016-02-22 17:24 phylu New Issue
2016-02-22 17:24 phylu File Added: limesurvey_survey_456219.lss
2016-02-22 17:27 phylu File Added: desc_screenshot.png
2016-02-22 21:33 mfavetti Note Added: 35549
2016-02-22 21:33 mfavetti Assigned To => mfavetti
2016-02-22 21:33 mfavetti Status new => assigned
2016-02-22 21:37 mfavetti Note Added: 35550
2016-02-23 09:07 c_schmitz Assigned To mfavetti => LouisGac
2016-02-23 09:07 c_schmitz Priority normal => immediate
2016-02-23 09:20 c_schmitz Relationship added has duplicate 10544
2016-02-24 10:10 mfavetti Changeset attached => LimeSurvey master 3c6105b0
2016-02-24 10:10 LouisGac Changeset attached => LimeSurvey master aff1e073
2016-02-24 10:10 LouisGac Note Added: 35639
2016-02-24 10:10 LouisGac Resolution open => fixed
2016-03-09 17:31 c_schmitz Status assigned => closed
2016-03-09 17:32 c_schmitz Fixed in Version => 2.5