Opened 22 months ago
Last modified 19 months ago
#47222 new defect (bug)
Site Health Check: UI glitch leads user to confuse recommended improvements with critical issues
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.2 |
Component: | Site Health | Keywords: | site-health has-patch |
Focuses: | ui | Cc: |
Description
I am looking at "Site Health Check" on a site with no critical issues.
In the UI, "0 Critical issues" appears briefly, and then a few seconds later disappears. This leaves "3 Recommended improvements". However, following the disappearance of "0 Critical issues", these recommended improvements are then preceded by text which suggests that they are themselves critical and require immediate action: "The site health check shows critical information about your WordPress configuration and items that require your attention."
See attached screenshots.
Attachments (5)
Change History (12)
#3
@
21 months ago
What about only removing the empty container and leaving the "0 Critical issues" there?
#4
@
21 months ago
That's true - that may be confusing. In my patch I've done two things:
- I've added an extra description for the "Recommended improvements" - I'm not native english speaker so it may need some tweaking
- I've tweaked the JS a bit so the headers are also hidden
#6
@
21 months ago
- Component changed from Administration to Site Health
Moving Site Health tickets into their lovely new home, the Site Health component.
#7
@
19 months ago
I have a counter proposal, as I agree this isn't the best UX right now, but I don't think adding more descriptions to go with the headers is the right solution;
Hide the sections (with headers) by default, until at least 1 check falls inside of it. This means there's no need to hide empty ones after the fact when all is done, and means less "janking" on the screen for the user observing.
Before the disappearance