Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
17300Bug reportsAccessibilitypublic2023-03-17 09:26
ReporterDenisChenu Assigned Top_teichmann  
PrioritynoneSeverityfeature 
Status acknowledgedResolutionopen 
Summary17300: better show selected option difference + usuable with forced color on browser
Description

Selected option still use only color system,
Some user can have issue with only color.

Forced color on breowser : nothing shown no difference

Maybe adding a no color system ?

Steps To Reproduce

On firefox see screenshot

Additional Information

Working solution

.btn-group label.btn::before {
    content: "\f1db";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    display:inline-block;
    margin: 0 0.2em;
}
.btn-group label.btn.active::before {
    content: "\f058";
}

https://gitlab.com/SondagesPro/sondagesme/SondagesPro/-/commit/a1adc0e632c502bb81e960b30bc7ff71de22d101

TagsNo tags attached.
Attached Files
Bug heat2
Complete LimeSurvey version number (& build)6.0.0-dev
I will donate to the project if issue is resolved
Browserfirefox + other
Database type & versionnot relevant
Server OS (if known)not relevant
Webserver software & version (if known)not relevant
PHP Versionnot relevant

Relationships

related to 17213 closedJHoeck Admin backend: Color of selected options is confusing - Admin Theme Sunset Orange 

Activities

DenisChenu

DenisChenu

2022-04-21 12:51

developer   ~69163

https://github.com/LimeSurvey/LimeSurvey/pull/2359

DenisChenu

DenisChenu

2022-10-18 19:09

developer   ~72357

Force color for accessibility : LimeSurvey admin is unusuable …

DenisChenu

DenisChenu

2023-03-17 09:26

developer   ~74136

Still issue in 6-dev

I can redo if for 6, but don't want to do it without merge finally .
I surely do on plugin or Admin theme like currently.

Issue History

Date Modified Username Field Change
2021-05-13 15:31 DenisChenu New Issue
2021-05-13 15:31 DenisChenu File Added: Capture d’écran_2021-05-13_15-22-15.png
2021-05-13 15:31 DenisChenu Relationship added related to 17213
2022-04-21 12:23 DenisChenu Assigned To => DenisChenu
2022-04-21 12:23 DenisChenu Status new => assigned
2022-04-21 12:51 DenisChenu Assigned To DenisChenu =>
2022-04-21 12:51 DenisChenu Status assigned => ready for code review
2022-04-21 12:51 DenisChenu Note Added: 69163
2022-04-21 12:51 DenisChenu Bug heat 0 => 2
2022-10-18 19:08 DenisChenu Project Feature requests => Bug reports
2022-10-18 19:09 DenisChenu Note Added: 72357
2022-10-18 19:09 DenisChenu File Added: Capture d’écran du 2022-10-18 19-08-39.png
2022-10-18 19:09 DenisChenu File Added: Capture d’écran du 2022-10-18 19-08-22.png
2022-10-18 19:12 DenisChenu Category Ergonomy => Accessibility
2022-10-18 19:12 DenisChenu Summary better show selected option difference => better show selected option difference + usuable with forced color on browser
2022-10-18 19:12 DenisChenu Description Updated
2022-10-18 19:12 DenisChenu Steps to Reproduce Updated
2022-10-18 19:12 DenisChenu Complete LimeSurvey version number (& build) => 5.4.7
2022-10-18 19:12 DenisChenu Browser => firefox + other
2022-10-18 19:12 DenisChenu Database type & version => not relevant
2022-10-18 19:12 DenisChenu Server OS (if known) => not relevant
2022-10-18 19:12 DenisChenu Webserver software & version (if known) => not relevant
2022-10-18 19:12 DenisChenu PHP Version => not relevant
2023-03-17 09:25 DenisChenu Assigned To => p_teichmann
2023-03-17 09:26 DenisChenu Note Added: 74136
2023-03-17 09:26 DenisChenu Status ready for code review => acknowledged
2023-03-17 09:26 DenisChenu Complete LimeSurvey version number (& build) 5.4.7 => 6.0.0-dev