View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 10550 | Bug reports | Survey taking | public | 2016-02-22 17:24 | 2016-03-09 17:32 |
| Reporter | phylu | Assigned To | |||
| Priority | immediate | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 2.06+ | ||||
| Fixed in Version | 2.50.x | ||||
| Summary | 10550: 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 | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Bug heat | 14 | ||||
| Complete LimeSurvey version number (& build) | 96455d32ec1cbe3376dbafa59858 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | Chromium | ||||
| Database type & version | mysql 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 Version | PHP Version 5.6.17-0+deb8u1 | ||||
|
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. |
|
|
PR #444 fixes this. I'll leave this up to one of the more experienced people to properly resolve/close. |
|
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=17599 |
|
|
LimeSurvey: master 3c6105b0 2016-02-22 21:34 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 10:09
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 | ||
| 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 |
|
Changeset attached | => LimeSurvey master aff1e073 |
| 2016-02-24 10:10 |
|
Note Added: 35639 | |
| 2016-02-24 10:10 |
|
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 |