View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
03408Bug reportsPrint Viewpublic2009-09-22 00:58
Reportermdekker Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.85 
Fixed in Version1.85+ 
Summary03408: Question type F (array flexible labels) is not right in printable survey
Description

The labels and answers are shifted in print by once cell.

Additional Information

html output is:
<table>
<thead>
<tr>
<td> </td>
<th style="width:40%;">Man</th>
<th style="width:40%;">Vrouw</th>
</tr>
</thead>
<tbody>
<tr class="array1">
<td><img src="http://localhost/Limesurvey_SVN/templates/default/print_img_radio.png&quot; width="14" height="14" alt="" class="input-radio" /></td>
<td><img src="http://localhost/Limesurvey_SVN/templates/default/print_img_radio.png&quot; width="14" height="14" alt="" class="input-radio" /></td>
</tr>
</tbody>
</table>

TagsNo tags attached.
Attached Files
Clipboard01.jpg (6,985 bytes)   
Clipboard01.jpg (6,985 bytes)   
Bug heat6
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

mdekker

mdekker

2009-06-25 13:54

reporter   ~08674

I found out is only happens when someone misuses the questiontype.... the answr text was empty... i suggest the user to use list radio instead of array question type, but maybe some improvement can be made to handle empty answers

user372

2009-06-25 13:56

  ~08675

Please attach a very simple sample survey, where we can reproduce the issue, because I couldn't do it at the official LimeSurvey sample survey - Thx!

mdekker

mdekker

2009-06-25 15:58

reporter   ~08676

This is the sample survey.
The problem is that the answer text is empty, in normal survey this is ok (you just get an empty cell in front of the possible answers, but in printable survey this empty cell isn't created.

user372

2009-06-26 00:13

  ~08691

@ c_schmitz: I can reproduce the issue - do you think, that is something worth to fix?

c_schmitz

c_schmitz

2009-06-28 13:46

administrator   ~08705

Evan, can you please have a look at this? It looks the empty cell is removed using a regex replace you built in. I don't understand why or how to fix this properly.

Issue History

Date Modified Username Field Change
2009-06-25 13:37 mdekker New Issue
2009-06-25 13:37 mdekker File Added: Clipboard01.jpg
2009-06-25 13:49 mdekker Additional Information Updated
2009-06-25 13:54 mdekker Note Added: 08674
2009-06-25 13:54 user372 Project @2@ => Bug reports
2009-06-25 13:56 user372 Note Added: 08675
2009-06-25 13:56 user372 Assigned To => user372
2009-06-25 13:56 user372 Status new => feedback
2009-06-25 15:56 mdekker File Added: limesurvey_survey_91376.csv
2009-06-25 15:58 mdekker Note Added: 08676
2009-06-26 00:13 user372 Note Added: 08691
2009-06-26 00:13 user372 Status feedback => assigned
2009-06-26 00:13 user372 Assigned To user372 => c_schmitz
2009-06-28 13:45 c_schmitz Assigned To c_schmitz => Evan
2009-06-28 13:46 c_schmitz Note Added: 08705
2009-09-14 20:48 c_schmitz Assigned To Evan => c_schmitz
2009-09-16 01:30 c_schmitz Status assigned => resolved
2009-09-16 01:30 c_schmitz Fixed in Version => 1.85+
2009-09-16 01:30 c_schmitz Resolution open => fixed
2009-09-22 00:58 c_schmitz Status resolved => closed