We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/blueprint-sandbox-forked-146cf?file=/src/CoreExample.tsx
The example has been modified to add Tooltip2 around the Core Sandbox buttons.
Tooltip2
Each button is focused twice, once for the button element and once for the tooltip element.
The buttons should only be focused once.
Don't apply tabindex to the tooltip element if child already has tabindex or make it configurable.
The text was updated successfully, but these errors were encountered:
Thanks for taking the new package for a spin. Good catch, I'll fix this ASAP.
Sorry, something went wrong.
Fix open in PR #4512
adidahiya
Successfully merging a pull request may close this issue.
Environment
Code Sandbox
Link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/blueprint-sandbox-forked-146cf?file=/src/CoreExample.tsx
The example has been modified to add
Tooltip2
around the Core Sandbox buttons.Steps to reproduce
Actual behavior
Each button is focused twice, once for the button element and once for the tooltip element.
Expected behavior
The buttons should only be focused once.
Possible solution
Don't apply tabindex to the tooltip element if child already has tabindex or make it configurable.
The text was updated successfully, but these errors were encountered: