-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
IE 11 Bug: ellipsis not showing when text-overflow: ellipsis with ibm-plex-sans font #665
Comments
Is this a problem with the font itself? If so, it may be better to open an issue here: https://github.com/IBM/plex |
@tw15egan I am not sure if this is an issue with the font itself, the font is imported by carbon using |
a related issue IBM/plex#110, |
closing, fix included in this PR IBM/plex#160 |
Porting IBM/plex#160. Fixes carbon-design-system#665. Refs carbon-design-system/carbon-components-react#925.
Porting IBM/plex#160. Fixes #665. Refs carbon-design-system/carbon-components-react#925.
🎉 This issue has been resolved in version 9.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
) Porting IBM/plex#160. Fixes carbon-design-system#665. Refs carbon-design-system/carbon-components-react#925.
Porting IBM/plex#160. Fixes #665. Refs carbon-design-system/carbon-components-react#925.
…n-design-system#665) * fix(DataTable): handle no rows in DataTable case for selection * chore(test): update snapshots
this is not a font matter |
Detailed description
Describe in detail the issue you're having. Is this a feature request (new component, new icon), a bug, or a general issue?
a long name should be hidden with ellipsis, but ellipsis was not showing in IE11, and I found the
ibm-plex-sans
font make the ellipsis in mess, if I remove theibm-plex-sans
, it worked as normalno
ellipsis should be shown in IE11 with long name when
text-overflow: ellipsis
IE 11
"carbon-components": "^8.10.0",
Steps to reproduce the issue
Additional information
ibm-plex-sans
Without

ibm-plex-sans
Add labels
Please choose the appropriate label(s) from our existing label list to ensure that your issue is properly categorized. This will help us to better understand and address your issue.
The text was updated successfully, but these errors were encountered: