The checkbox is invisible. It is not clear that you have to click this button before the update. It's just a note that a backup is recommended.
There should be a different text there, something like "Only after confirmation ............ etc." Because it is not obvious that you "have to" click on the checkbox beforehand.
The checkbox should be more visible.
Joomla 4 and above
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
UI/UX
|
Hi @ChristineWk, great thought.
To make it easier and to have it go through faster, it would be great if you proposed a or a couple of better versions, then a PR can be made easily/faster if found to make sense.
Language Constant is:
COM_JOOMLAUPDATE_UPDATE_CONFIRM_BACKUP
example for CSS:
.com_joomlaupdate .form-check-input[type=checkbox] {
outline: medium solid var(--focus);
outline-offset: .2em;
}
Maybe the german needs adjusting, I don't know, but the english makes perfect sense to me (now that the checkbox is more visible)
Agree with instructions. English is clear, German is not @tecpromotion
But the issue of invisible check box remains. Other checkboxes are better now, but not this one. It has another class than the checkboxes in listviews.
I think that a more userfriendly solution would be:
Hide the second block until the user has selected a file, then make it visible.
Then it is not necessary to disable a text which for users looks like a bug and has no a11y contrast.
Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement.
https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html
I know that and did not label it as a11y issue.
has no a11y contrast.
sorry, i saw that so commented
The original issue is not about the text but about the checkbox that is barely visible. One of my customers called me some time ago with the same issue "can't update". Turned out he hadn't seen the checkbox.
Joomla 4
Joomla 5
Different css though:
.form-check-input { border: var(--border-width)solid var(--border-color); }
--border-color: #dee2e6;
The issue joomlagerman is outsourced and therefore treated separately.
Thanks for the suggestions about the checkbox.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-06-08 18:23:22 |
Closed_By | ⇒ | zero-24 |
Status | Closed | ⇒ | New |
Closed_Date | 2024-06-08 18:23:22 | ⇒ | |
Closed_By | zero-24 | ⇒ |
I'm sorry it looks like i have closed this ticket here in the wrong tracker. Will reopen here and move my comment to the correct issue.