Bug #97776
closedDisabled scheduler tasks are not dimmed out
0%
Description
The SchedulerModueController
says // Row is shown dimmed if task is disabled, unless it is still running
and a corresponding CSS class disabled
is set on disabled tasks, but visually there is no difference.
Tested in TYPO3 v10, but I suppose this is also the case in higher versions.
Files
Updated by Guido Schmechel over 2 years ago
- File scheduler-v11.JPG scheduler-v11.JPG added
I just had a look at it, even in older versions. It is always set disabled, but nothing happens in the CSS.
My visual suggestion: Work with Opacity 0.2 for "disabled" and use the Bootstrap classes for e.g. errors. Attached is a suggestion for v11
Updated by Chris Müller over 2 years ago
From an accessibility perspective I would suggest something else than just reduce the opacity - as it can't be read any longer for some persons (like me). The "disabled" hint (then with better contrast ratio) is just fine.
Updated by Riccardo De Contardi 6 months ago
As far as I can see inside /typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
the comment
// Check the disable status // Row is shown dimmed if task is disabled, unless it is still running
Is no more present since version 12 (and the code below);
Plus, from TYPO3 12 the "disabled" badge on the scheduled task list has a background color: #737373
and white text, which as far as I can see is sufficient to meet the constrast ratio for AA guidelines (but not AAA)
Is this sufficient to consider this issue closed?
Updated by Riccardo De Contardi 6 months ago
- Status changed from New to Closed
I tend to close this issue for now; the accessibility issue on the "disabled" badges has been addressed; further improvement could be discussed with new fresh issues that also take into account the need to maintain a coherent UI language.
Thank you for your work