The color palette chosen for the Status indicator is not color-blind safe. The obvious overlay-ed symbol (check, exclamation, slash, dash) does however mitigate the problem substantially.
See additional comments regarding color choice on JENKINS-65850.
Would be nice to have standardization between this and the other UI color for status indicator elements.
ps: I like you choice of exclamation over "X" for Failed; avoids confusion, at least with the "X" - Delete or stop job, but exclamation conflicts with the pipeline graph view use of exclamation for "Unstable"
is related to
JENKINS-65850Accessibility issue - Icon / Symbol Palette colors
Open
JENKINS-44240Green Balls colorblind support no longer works
It would also appear there's a difference between the "in progress colors and the background color of the status symbols. eg: Successful, in progress: #008000; Successful, static: #82cd20 (gradiated).
Consistent and solid colors are preferred.
Ian Williams
added a comment - It would also appear there's a difference between the "in progress colors and the background color of the status symbols. eg: Successful, in progress: #008000; Successful, static: #82cd20 (gradiated).
Consistent and solid colors are preferred.
Oliver Vinn
Ian Williams
Votes:
0Vote for this issue
Watchers:
1Start watching this issue
Created:
Updated:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
It would also appear there's a difference between the "in progress colors and the background color of the status symbols. eg: Successful, in progress: #008000; Successful, static: #82cd20 (gradiated).
Consistent and solid colors are preferred.