View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
09185Bug reportsTheme editorpublic2014-09-11 01:36
Reporterroutard Assigned Toc_schmitz  
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
Fixed in Version2.05+ 
Summary09185: End page doesn't display correctly
Description

There is a bug when displaying an image on the last page, once the survey has been validated.

With this code (only an image, no text) :

<p style="text-align: center;">
<img alt="" src="/limesurvey/upload/surveys/124156/images/image_fin.png" style="width: 500px; height: 500px;" /></p>

the image is not displayed and the "default" endpage/text is diplayed. But curiously with this code :

<p style="text-align: center;">
<span style="color:#ffffff;">Merci !</span><br />
<img alt="" src="/limesurvey/upload/surveys/124156/images/image_fin.png" style="width: 500px; height: 500px;" /></p>

the image is displayed. I just add some text and evrything is OK. Nothing else changed, the image is correctly uploaded at the same place on the server in both cases!!!

Additional Information

I used a personnal template base on the basic template but i modified only the css file, not endpage !!!

TagsNo tags attached.
Attached Files
Bug heat2
Complete LimeSurvey version number (& build)
I will donate to the project if issue is resolved
Browser
Database type & version
Server OS (if known)
Webserver software & version (if known)
PHP Version

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2014-09-10 21:47

administrator   ~30538

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

c_schmitz

c_schmitz

2014-09-11 01:36

administrator   ~30551

2.05 Build 140911 released.

Related Changesets

LimeSurvey: master 6f35a0fc

2014-09-10 19:47:14

c_schmitz

Details Diff
Fixed issue 09185: End page doesn't display correctly if it contains only an image and no text Affected Issues
09185
mod - application/helpers/SurveyRuntimeHelper.php Diff File

Issue History

Date Modified Username Field Change
2014-08-21 14:30 routard New Issue
2014-08-21 14:30 routard File Added: survey_archive_323179.lsa
2014-08-21 14:49 c_schmitz Project Feature requests => Bug reports
2014-09-10 21:39 c_schmitz Assigned To => c_schmitz
2014-09-10 21:39 c_schmitz Status new => assigned
2014-09-10 21:47 c_schmitz Changeset attached => LimeSurvey master 6f35a0fc
2014-09-10 21:47 c_schmitz Note Added: 30538
2014-09-10 21:47 c_schmitz Resolution open => fixed
2014-09-10 21:47 c_schmitz Status assigned => resolved
2014-09-10 21:47 c_schmitz Fixed in Version => 2.05+
2014-09-11 01:36 c_schmitz Note Added: 30551
2014-09-11 01:36 c_schmitz Status resolved => closed
2015-12-11 14:40 c_schmitz Category Templates => Theme editor