Closed fullmetal2000 closed 3 years ago
I don't think this is a font issue. It could be placeholder issue/feature not exist. How about try other fonts? Will you see the ellipsis?
Yes if I change to other fonts it will work, like Roboto, only Noto Sans KR has this issue.
On Thu, Nov 19, 2020 at 7:17 PM Nizar Qandah notifications@github.com wrote:
I don't think this is a font issue. It could be placeholder issue/feature not exist. How about other fonys? Will you see the ellipsis?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/googlefonts/noto-fonts/issues/1920#issuecomment-730818865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATESMHDOKXXTYFU6D7H6GLSQXNUXANCNFSM4T4DKSEQ .
Can u help to reproduce in your end? It’s very easy, just use Noto Sans KR render in IE 11, then do the text overflow : ellipsis.
On Thu, Nov 19, 2020 at 7:42 PM Wangshu Cheng cheng.wangshu@gmail.com wrote:
Yes if I change to other fonts it will work, like Roboto, only Noto Sans KR has this issue.
On Thu, Nov 19, 2020 at 7:17 PM Nizar Qandah notifications@github.com wrote:
I don't think this is a font issue. It could be placeholder issue/feature not exist. How about other fonys? Will you see the ellipsis?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/googlefonts/noto-fonts/issues/1920#issuecomment-730818865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATESMHDOKXXTYFU6D7H6GLSQXNUXANCNFSM4T4DKSEQ .
The Noto Sans KR version we are using is from 1985, btw. I saw latest version is from 2018, is there any big difference?
Please use latest version. Fonts can be found here https://github.com/googlefonts/noto-fonts
Thank you @nizarsq we will try and let u know.
It turns out to be the segments issue, we split the woff files into 91 small segments to improve download performance, and each one in charge of a certain range of unicode, and the ellipsis note (dot dot dot) whose uni code is U+2026 is in one of the segment, but not the first segment, after we move it to the first segment, the issue resolved. But we still don't know why the segments break this.
@fullmetal2000 do we need to keep this issue open?
no, pls close this issue, thank you so much!
On Wed, Dec 2, 2020 at 6:48 PM Nizar Qandah notifications@github.com wrote:
@fullmetal2000 https://github.com/fullmetal2000 do we need to keep this issue open?
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/googlefonts/noto-fonts/issues/1920#issuecomment-737628025, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATESMBLW3LCTH6MQK7LSXTSS337LANCNFSM4T4DKSEQ .
Thank you
Title
Noto Sans KR Can not render ellipsis in IE11
Font
Noto Sans KR
Font Version
Version 1.004;PS 1.004;hotconv 1.0.82;makeotf.lib2.5.63406
Issue
In IE11, when we add below CSS code, we found when the text is overflowed, the text can be truncated, however the ellipsis not showing, this issue only happens in IE11, Chrome and FireFox are ok. { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } Expected result: the ellipsis (...) should be shown when text is overflowed.
Screenshot