-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Description
Describe the problem
A clear and concise description of the problem. Which components are affected?
If a JumpLinksItem is clicked, the url does not update as expected when clicked.
How do you reproduce the problem?
Provide steps to reproduce. A codesandbox demonstrating the problem is appreciated.
https://www.patternfly.org/v4/components/jump-links/react-demos/scrollspy-with-subsections/
- Right click on a jumplink.
- Click "Open in new tab"
- See that the anchor tag is appended to the URL for the jump link.
- Go back to the same demo in the other tab.
- Now Left click on any of the jump links.
- Notice that the anchor is never appended to the URL.
Expected behavior
A clear and concise description of the expected behavior.
We expect the URL to always append the anchor tag through the href attribute in the same window/tab.
Is this issue blocking you?
Cannot implement this feature in org until this bug is fixed.
See patternfly/patternfly-org#3120
Screenshots
What is your environment?
- Chrome
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done

