NavItem should make text linkable and not entire list item
See original GitHub issueDescribe the issue. What is the expected and unexpected behavior?
We’ve gotten some feedback that the default browser behavior which shows the URL in the bottom left corner is distracting while hovering around the navigation:
The reason for this is because the entire box is a link and not just the text. The fact that NavExpandable
is also a link adds to this issue (https://github.com/patternfly/patternfly-react/issues/4377).
In comparison to gmail, only the text is made a link while the list item is still clickable as an action. If the user wants to right click and open in a new tab, they need to do so on the link text itself.
eg Inbox
:
Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
See example: https://www.patternfly.org/v4/documentation/react/components/nav#default
Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around? enhancement
What is your product and what release version are you targeting? OpenShift Console 4.6
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
@christianvogt I reviewed this with the larger team and we agreed this is not something we want to support at this time.
@mcoker Feel free to close this issue if PF feels the current implementation is preferred and I can take this feedback back to the originator of the issue.