-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
When user uses keyboard to move to a field, if text is too large,it does not display fully #7451
Comments
The ask here is to have any components that allow string truncation ('hi how are y....') to throw a custom Tooltip on focus (either via hover or keybaord) instead of relying on the This makes sense to me. Truncation as is seems problematic for any non-mouse user. |
Any update? anyone? |
looking at my past comment here i think that guidance is still right. if we stay away from native tooltips and instead use a dialog or a popover for this that triggers on focus (etc etc) we can make this work. could take a bit of prototyping size/shape/position (probably what you meant by bit of research). @carbon-design-system/design does a carbon tooltip triggered on focus of overflow menu items comply with spec for both tooltip and overflow menu? @joshblack is there anything I'm not thinking of here? I know we've talked about similar issues before regarding truncation and popovers. |
In overflow menu, and in table when there is text (the text for the current menuitem, or table cell) which does not display fully there is an accessibility issue.
When hovering over the text (overflow or table cell) the title is displayed as a tooltip, automaticaly.
BUT when user moves keyboard to the cell/menuitem (not mouse) then the text is never fully displayed
Based on this conversation
https://ibm-cloudplatform.slack.com/archives/C036P1CTN/p1607934465151500
I am opening this bug.Open overflow menu, user with keyboard only is not able to see full text of links (this is in different langs which have different text, so the width does not hold the full text)
The text was updated successfully, but these errors were encountered: