-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Tab close button messed up #442
Comments
It seem, as if the file is loaded on macOS as ASCII instead of UTF-8. I can't reproduce this on Windows or Linux: I also downloaded the mac image, unpacked it and checked the file in an hex viewer: The code point looks as it should be: |
Dumb question: what happens on your Windows/Linux box when you run my PR #443? Does it still show the correct icon or is it now messed up on those systems? |
You pull request renders correctly on windows and linux. There is one tiny difference between the two screenshots. If you check the UTF-8 rendering in your screenshot you'll see that a place holder is displayed. While in mine screenshot it is rendered correctly. So this looks to me, as if the code point is missing in the default macOS font. Can you check if the code point ✕ ( U+2715 MULTIPLICATION X) is rendered on macOS correctly? It is a bit larger than the rather tiny × ( U+00D7 MULTIPLICATION SIGN) code point from your pull request. |
Ok, both render perfectly:
What does not render at all is
Yes, this seems to be the case. So the easiest fix would be to use |
Thank you for the feedback. I think I'll go with the U+2715. The symbol is larger, and this was the original intention for doing this change.. |
The change set is now merged |
Prerequisites
What happened?
The close button is messed up.
It seems that the
src/app/libs/managesieve.ui/tabs/editor.tab.tpl
has an encoding issue:0.5.2:
0.5.3
What did you expect to happen?
It should look like in version 0.5.2
Screenshots
see above
Which Version
git master db3aef3
The text was updated successfully, but these errors were encountered: