Reload the view com_config when no description text are visible
#37671 (comment)
Loading as usual, with out any description and without stuttering
descriptions are visible for a moment when the view ist reloaded
4.x
Labels |
Added:
No Code Attached Yet
|
Shouldn't the descriptions be displayed on mouse hover action? Those descriptions are useful and necessary, they should be displayed by default or on mouse hover action, otherwise they are useless. If they serve some accessibility function I am not privy to, it should be stated clearly.
Oops, please ignore the above comment. Just found the prominent Toggle Inline Help button...
Labels |
Added:
good first issue
|
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-04-30 08:18:16 |
Closed_By | ⇒ | alikon |
The problem is that descriptions are hidden by running js to add a d-none. So the description is rendered and then hidden once the js has been run.
It should be fixed by adding the d-none into the markup and not in the js.
In other words the description is currently visible by default and then hidden by js once the js has loaded
It should be hidden by default and then only toggled in the js when the button is clicked