Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catalog-view-extension bug: links in CatalogTile do not work #20

Open
jschuler opened this issue Mar 9, 2022 · 1 comment
Open

catalog-view-extension bug: links in CatalogTile do not work #20

jschuler opened this issue Mar 9, 2022 · 1 comment

Comments

@jschuler
Copy link

jschuler commented Mar 9, 2022

Due to the component preventing default from happening (unless href is set)
https://github.com/patternfly/patternfly-react/blob/5b472303da22cb9c67e9977b3933f6576c27ac01/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx#L60

<CatalogTile description={
  <div>
     <a href="www.google.com">Does not work</a>
  </div>
} />

Workaround is to also pass href="#" prop

@stale
Copy link

stale bot commented May 10, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added wontfix This will not be worked on and removed wontfix This will not be worked on labels May 10, 2022
@jessiehuff jessiehuff transferred this issue from patternfly/patternfly-react Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants