Project

General

Profile

Actions

Bug #97776

open

Disabled scheduler tasks are not dimmed out

Added by Sebastian Michaelsen almost 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-06-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Screenshot_2022-06-15_at_11_48_33.png (53.9 KB) Screenshot_2022-06-15_at_11_48_33.png Sebastian Michaelsen, 2022-06-15 09:49
scheduler-v11.JPG (54.9 KB) scheduler-v11.JPG Guido Schmechel, 2022-06-16 08:06
Actions #1

Updated by Guido Schmechel almost 2 years ago

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

Actions #2

Updated by Chris Müller almost 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.

Actions

Also available in: Atom PDF