View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 20645 | Bug reports | Theme editor | public | 2026-08-10 17:33 | 2026-08-10 18:00 |
| Reporter | Freda | Assigned To | DenisChenu | ||
| Priority | none | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | 7.0.x | ||||
| Summary | 20645: Fruity theme hides selected value in Bootstrap Select dropdown on hover | ||||
| Description | When using a Bootstrap dropdown (Type: !) in the Fruity theme, the selected answer becomes invisible while the mouse cursor is hovering over the dropdown. The selected value is still present in the DOM and the Bootstrap Select component retains the correct value. However, the value is not visually displayed while the dropdown button is in its hover/focus/active state. As soon as the cursor is moved away from the dropdown, the selected value becomes visible again. (attached is a video of the behavior and a .lss file) | ||||
| Steps To Reproduce | Steps to reproduce
Expected resultThe selected value should remain visible when the Bootstrap Select control is hovered, focused, or active. Actual resultThe selected value disappears visually while the dropdown is hovered. The value remains present in the HTML, for example: <button type="button" The selected option is also correctly marked: <a role="option" Cause The Fruity theme contains the generic rule: (theme.css) .btn:focus, .btn:hover { Bootstrap Select uses a .btn.dropdown-toggle for the dropdown control. Consequently, the generic Fruity .btn:hover rule also applies to the Bootstrap Select control and changes its text color when hovered. This causes the selected value to become visually hidden against the dropdown background. Suggested fix The generic Fruity .btn:hover / .btn:focus styling should not override the text color of Bootstrap Select dropdown controls. A scoped rule for .bootstrap-select > .dropdown-toggle, or an adjustment to the generic .btn styling, should prevent the selected value from becoming invisible. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Bug heat | 0 | ||||
| Complete LimeSurvey version number (& build) | . | ||||
| I will donate to the project if issue is resolved | No | ||||
| Story point estimate | 0 | ||||
| Browser | |||||
| Database type & version | . | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | . | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-08-10 17:33 | Freda | New Issue | |
| 2026-08-10 17:33 | Freda | File Added: Screen Recording 2026-08-10 at 17.30.47.mov | |
| 2026-08-10 17:33 | Freda | File Added: limesurvey_survey_269588.lss | |
| 2026-08-10 18:00 | tibor.pacalat | Assigned To | => DenisChenu |
| 2026-08-10 18:00 | tibor.pacalat | Status | new => assigned |