You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
A clear and concise description of the problem. Which components are affected?
In the Truncate and Progress (truncated example) component, the truncated content cannot be focused via keyboard which would be necessary to trigger a tooltip to display the entire content
How do you reproduce the problem?
Provide steps to reproduce. A codesandbox demonstrating the problem is appreciated.
thatblindgeye
changed the title
Bug - Truncate - content cannot be focused via keyboard
Bug - Truncate/Progress - truncated content cannot be focused via keyboard
Jan 9, 2025
We should look into whether we have an established pattern for focusing truncated content elsewhere. If not, utilizing tabIndex could be a solution to this.
Describe the problem
A clear and concise description of the problem. Which components are affected?
In the Truncate and Progress (truncated example) component, the truncated content cannot be focused via keyboard which would be necessary to trigger a tooltip to display the entire content
How do you reproduce the problem?
Provide steps to reproduce. A codesandbox demonstrating the problem is appreciated.
Go to the Truncate examples and the truncate title progress example and try tabbing through the page. Notice how the truncated content never receives focus to trigger a tooltip.
Expected behavior
A clear and concise description of the expected behavior.
The truncated content would receive focus and trigger the tooltip
Is this issue blocking you?
List the workaround if there is one.
Screenshots
If applicable, add screenshots to help explain the issue.
What is your environment?
What is your product and what release date are you targeting?
Any other information?
The text was updated successfully, but these errors were encountered: