-
Notifications
You must be signed in to change notification settings - Fork 65
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
TextField component displays the letter "Å" as "A" #2467
Comments
Hey! Thanks for reporting. Do you have a screenshot to show us? |
BTW - the letters: "å, Æ, æ, Ø, ø" are all okay. The only issue is with the letter "Å". |
Sure - I am in Equinor Teams. |
Super! We set up a meeting at 14.00 with me and @vnys to have a look at this peculiar bug 🐛🤔 |
Notes from DMs on Slack
|
If I override the line-height in Developer tools in the textinput field from 1.5em to 2.25em, then the Å is displayed correctly. However 1.5em is what we want... |
After our meeting and testing using Equinor Citrix, it turns out that there is something with Equinor managed computers that disturbs the We did find out that removing the fixed height on One important take away from this issue is that we need to also test our components via the Equinor Citrix. Closing issue as this will be resolved when #2336 is released. |
The letter Å is displayed as an "A" in the TextField component
Steps to reproduce the bug
Expected behavior
The letter "Å" and not "A" should be displayed.
Specifications
The text was updated successfully, but these errors were encountered: