View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
16806Bug reportsSurvey takingpublic2022-06-06 15:07
Reporterasshank Assigned Togabrieljenik  
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version4.3.23 
Summary16806: When in All in one mode id's are rendered duplicate
Description

When a survey is taken in 'All in one' mode the produced HTML contains duplicate java{sqid} values.

Steps To Reproduce

Take a survey in 'All in one' mode and view in browser with F12 (all modern browser show warnings 'Found 2 elements with non-unique id ...) or view source.

Additional Information

Maybe version 3 is affected to..

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)4.3,23
I will donate to the project if issue is resolvedNo
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

asshank

asshank

2020-11-03 09:37

reporter   ~60505

see /application/helpers/expressions/em_manager_helper.php line 8258

$sInput = "<input type='hidden' id='" . $jsVar . "' name='" . $jsVar . "' value='" . CHtml::encode($undeclaredVal[$jsVar]) . "'/>\n";
maybe:
$sInput = "<input type='hidden' id='em" . $jsVar . "' name='" . $jsVar . "' value='" . CHtml::encode($undeclaredVal[$jsVar]) . "'/>\n";
or maybe the produced hidden input is obsolete?

gabrieljenik

gabrieljenik

2022-06-06 15:07

manager   ~70239

Hello asshank,
I checked this with the latest version and could not reproduce, so this is most likely fixed for good.
Therefore, I am closing this issue. If you still can reproduce the issue using the latest version, please feel free to re-open the issue.
Thank you!

gabrieljenik

Issue History

Date Modified Username Field Change
2020-11-03 09:28 asshank New Issue
2020-11-03 09:37 asshank Note Added: 60505
2022-06-06 15:07 gabrieljenik Assigned To => gabrieljenik
2022-06-06 15:07 gabrieljenik Status new => closed
2022-06-06 15:07 gabrieljenik Resolution open => fixed
2022-06-06 15:07 gabrieljenik Note Added: 70239
2022-06-06 15:07 gabrieljenik Bug heat 2 => 4