View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
11837Bug reportsSurvey editingpublic2017-06-13 11:40
Reportertammo Assigned ToDenisChenu  
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Summary11837: GIT: difference in structure of heading row
Description

Increase-Same-decrease:

<!-- thead -->
<th class="th-5"><?php eT("Increase");?></th>
<th class="th-6"><?php eT("Same");?></th>
<th class="th-7"><?php eT("Decrease");?></th>
<?php if($no_answer):?>
<th class="th-8"><?php eT("No answer");?></th>
<?php endif;?>
<!-- end of thead -->

Yes-No-Uncertain
<!-- thead -->
<th class="dontread"><?php eT('Yes');?></th>
<th class="dontread"><?php eT('Uncertain');?></th>
<th class="dontread"><?php eT('No');?></th>
<?php if($no_answer):?>
<th class="dontread"><?php eT('No answer'); ?></th>
<?php endif;?>
<!-- end of thead -->

Column numbers is a good idea, but isn't the class dontread something functional?

Additional Information

I'm sorry. This is beyond my knowledge.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)2.55 answers_html
I will donate to the project if issue is resolvedNo
Browserff
Database type & versionff
Server OS (if known)ff
Webserver software & version (if known)ff
PHP Versionff

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2016-11-02 19:14

developer   ~41674

dontread must be removed. Old system when we don't use aria-hidden tage.

Removing about th-X : come from 2.50 : i don't know why adding it and usage example.

DenisChenu

DenisChenu

2016-11-02 19:19

developer   ~41675

I don(t have dontread in last git : removed in https://github.com/LimeSurvey/LimeSurvey/commit/26a4d73e3fbc96061d96d2178f0b6286f18175fa

DenisChenu

DenisChenu

2016-11-02 19:19

developer   ~41676

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

Related Changesets

LimeSurvey: answers_html 84c8f6b5

2016-11-02 19:19:20

DenisChenu

Details Diff
Dev: Fixed issue 11837: GIT: difference in structure of heading row Affected Issues
11837
mod - application/views/survey/questions/arrays/increasesamedecrease/answer.php Diff File
mod - application/views/survey/questions/arrays/increasesamedecrease/rows/cells/thead.php Diff File
mod - application/views/survey/questions/arrays/yesnouncertain/answer.php Diff File

Issue History

Date Modified Username Field Change
2016-10-26 14:51 tammo New Issue
2016-10-26 18:04 ollehar Assigned To => tammo
2016-10-26 18:04 ollehar Status new => assigned
2016-11-02 17:18 tammo Assigned To tammo => DenisChenu
2016-11-02 17:18 tammo Additional Information Updated
2016-11-02 19:14 DenisChenu Note Added: 41674
2016-11-02 19:19 DenisChenu Note Added: 41675
2016-11-02 19:19 DenisChenu Changeset attached => LimeSurvey answers_html 84c8f6b5
2016-11-02 19:19 DenisChenu Note Added: 41676
2016-11-02 19:19 DenisChenu Resolution open => fixed
2016-11-02 19:38 DenisChenu Status assigned => resolved
2016-11-02 19:38 DenisChenu Fixed in Version => 3.0
2017-06-13 11:40 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing