No Code Attached Yet UI/UX
avatar ChristineWk
ChristineWk
30 Apr 2024

Steps to reproduce the issue

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.

Expected result

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.

System information (as much as possible)

Joomla 4 and above

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar ChristineWk ChristineWk - open - 30 Apr 2024
avatar ChristineWk ChristineWk - change - 30 Apr 2024
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 30 Apr 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 30 Apr 2024
avatar ChristineWk
ChristineWk - comment - 30 Apr 2024

update-info

avatar chmst chmst - change - 30 Apr 2024
Labels Added: UI/UX
avatar chmst chmst - labeled - 30 Apr 2024
avatar ChristineWk ChristineWk - change - 30 Apr 2024
The description was changed
avatar ChristineWk ChristineWk - edited - 30 Apr 2024
avatar exlemor
exlemor - comment - 1 May 2024

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.

avatar Sieger66
Sieger66 - comment - 1 May 2024

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;
}


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43408.

avatar chmst
chmst - comment - 1 May 2024

We all are german and need help of a native speaker.
My suggestion is something like
"yes, I am aware that a backup is highly recommended before starting the backup"

Other checkboxes in list views have been improved in 5.1. #41400

avatar brianteeman
brianteeman - comment - 2 May 2024

Maybe the german needs adjusting, I don't know, but the english makes perfect sense to me (now that the checkbox is more visible)

avatar chmst
chmst - comment - 2 May 2024

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.

grafik

avatar brianteeman
brianteeman - comment - 4 May 2024

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.

Don't forget that in the screenshot the checkbox is disabled. Its not enabled (and more visible) until you have selected a file

image

image

avatar Pinkeltje
Pinkeltje - comment - 4 May 2024

Text is more visible, but checkbox still isn't.
This would solve it:
Change:
--form-check-input-border: var(--border-width) solid var(--template-bg-dark-20);
to
--form-check-input-border: var(--border-width) solid var(--template-bg-dark-80);
2024-05-04 Screenshot 329

avatar chmst
chmst - comment - 4 May 2024

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.

avatar brianteeman
brianteeman - comment - 4 May 2024

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

avatar chmst
chmst - comment - 4 May 2024

I know that and did not label it as a11y issue.

avatar brianteeman
brianteeman - comment - 4 May 2024

has no a11y contrast.

sorry, i saw that so commented

avatar Pinkeltje
Pinkeltje - comment - 4 May 2024

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
2024-05-04 Screenshot 332
Joomla 5
2024-05-04 Screenshot 333
Different css though:
.form-check-input { border: var(--border-width)solid var(--border-color); }
--border-color: #dee2e6;

avatar ChristineWk
ChristineWk - comment - 4 May 2024

The issue joomlagerman is outsourced and therefore treated separately.
Thanks for the suggestions about the checkbox.

avatar zero-24 zero-24 - close - 8 Jun 2024
avatar zero-24 zero-24 - change - 8 Jun 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-06-08 18:23:22
Closed_By zero-24
avatar zero-24 zero-24 - change - 8 Jun 2024
Status Closed New
Closed_Date 2024-06-08 18:23:22
Closed_By zero-24
avatar zero-24 zero-24 - reopen - 8 Jun 2024
avatar zero-24
zero-24 - comment - 8 Jun 2024

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.

Add a Comment

Login with GitHub to post a comment