Bug 1776486
Summary: | Navigating from the Dashboard results in two navigation items highlighted | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Robb Hamilton <rhamilto> | ||||
Component: | Management Console | Assignee: | Robb Hamilton <rhamilto> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.3.0 | CC: | aos-bugs, cbritt, jokerman, spadgett, yapei | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.3.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Mac OS | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Cause: When a user navigates using a link outside the nav, the last selected nav item maintains focus and therefore maintains its highlight.
Consequence: Two items in the nav are highlighted, but only one should be.
Fix: Added CSS rules to eliminate the highlighted styles for focused nav items.
Result: Only the active nav item is highlighted.
|
Story Points: | --- | ||||
Clone Of: | 1774702 | Environment: |
Version: 4.3.0-0.ci-2019-11-20-134433
Cluster ID: c1ba6d4b-e6cd-460b-903a-afef98aec924
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36
|
||||
Last Closed: | 2020-01-23 11:14:14 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 1774702 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Robb Hamilton
2019-11-25 19:20:47 UTC
Click Home -> Dashboards, then click the link on N Pods in Cluster Inventory Chrome 78, Safari 13.0.3 on macOS High Sierra 10.13.6 works well. On FF 70, although Dashboards menu is not highlighted with grey color, but there's a rectangular dotted line, see attached $ ./tools/find_image.rb --query "1776486" Pattern '1776486' found in payload: https://openshift-release.svc.ci.openshift.org//releasestream/4.3.0-0.nightly/release/4.3.0-0.nightly-2019-11-26-171052 Pattern '1776486' found in payload: https://openshift-release.svc.ci.openshift.org//releasestream/4.3.0-0.nightly/release/4.3.0-0.nightly-2019-11-26-114052 Pattern '1776486' found in payload: https://openshift-release.svc.ci.openshift.org//releasestream/4.3.0-0.nightly/release/4.3.0-0.nightly-2019-11-26-034010 These steps are checked on 4.3.0-0.nightly-2019-11-26-171052 Created attachment 1640016 [details]
DashboardsMenuDottedLine
(In reply to Yadan Pei from comment #2) > Click Home -> Dashboards, then click the link on N Pods in Cluster Inventory > > Chrome 78, Safari 13.0.3 on macOS High Sierra 10.13.6 works well. > On FF 70, although Dashboards menu is not highlighted with grey color, but > there's a rectangular dotted line, see attached That is the focus indicator showing the last item that was clicked and currently has focus.. For accessibility reasons, we don't want to remove that. it looks a little strange user has already left Dashboards but with focus indicator. Since it's intended I will move it to VERIFIED Thanks Robb. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0062 |