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

[Bug]: Tooltip is blocking clicks on the Shipments table #444

Open
ghost opened this issue Aug 3, 2023 — with Slack · 1 comment
Open

[Bug]: Tooltip is blocking clicks on the Shipments table #444

ghost opened this issue Aug 3, 2023 — with Slack · 1 comment

Comments

Copy link

ghost commented Aug 3, 2023

When triggering a tooltip from an element inside a row in the Shipments table, clicking on the row is blocked until the tooltip is dismissed.

Tested in the Manifest GitHub docs and the tooltip follows the expected behavior of not blocking click interactions, however, I've confirmed that it does block clicking on the table row in production.

Slack Message

@vivek-p44
Copy link
Collaborator

This is limitation on react-aria library itself, which is blocking the event bubbling, when a component is wrapped with tooltip. We have already done RCA here on this ticket ( https://project44.atlassian.net/browse/DES-542 )

@vivek-p44 vivek-p44 mentioned this issue Nov 7, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant