View Issue Details

This issue affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
20399Bug reportsQuestion editorpublic2026-01-11 16:22
ReporterAdrian Assigned To 
PrioritynoneSeverityminor 
Status newResolutionopen 
Product Version6.12.x 
Summary20399: Question Admin Sidebar (left) - "selected" css class applied to all questions of a group
Description

Problem:

  • In the left admin sidebar listing of questions, all questions of a group have a "selected" class applied.
  • This makes it impossible to isolate the actual selected question to style it differently so the user knows which question is selected in the sidebar.

Expected Behaviour:

  • Only the active selected question should have the "selected" css class applied.
Steps To Reproduce

Steps to reproduce

  • Create a Group
  • Create two questions in the group
  • Click on one question and inspect the HTML for that question and noted that both questions have the "selected" css class applied to them:
<li data-bs-toggle="tooltip" data-questiontype="M" data-has-condition="true" title="" class="list-group-item question-question-list-item ls-flex-row align-itmes-flex-start selected " data-bs-original-title="Test question 2">

Expected result

  • Only the selected question should have "selected" or "selected-active" applied to it so that we can target that element in CSS and give it a clear visual cue to the user that it's the selected question.

Actual result

  • All questions are tagged as selected in the sidebar.
TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)6.16.3+251215
I will donate to the project if issue is resolvedNo
BrowserChrome, Safari
Database type & versionMySQL 8.x
Server OS (if known)Ubuntu / Linux
Webserver software & version (if known)Apache 2.x
PHP VersionPHP 8.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-01-11 16:22 Adrian New Issue