notofonts / noto-fonts

Noto fonts, except for CJK and emoji
http://fonts.google.com/noto
SIL Open Font License 1.1
2.46k stars 199 forks source link

Noto Sans KR Can not render ellipsis in IE11 #1920

Closed fullmetal2000 closed 3 years ago

fullmetal2000 commented 3 years ago

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

image

nizarsq commented 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?

fullmetal2000 commented 3 years ago

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 .

fullmetal2000 commented 3 years ago

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 .

fullmetal2000 commented 3 years ago

The Noto Sans KR version we are using is from 1985, btw. I saw latest version is from 2018, is there any big difference?

nizarsq commented 3 years ago

Please use latest version. Fonts can be found here https://github.com/googlefonts/noto-fonts

fullmetal2000 commented 3 years ago

Thank you @nizarsq we will try and let u know.

fullmetal2000 commented 3 years ago

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.

nizarsq commented 3 years ago

@fullmetal2000 do we need to keep this issue open?

fullmetal2000 commented 3 years ago

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 .

nizarsq commented 3 years ago

Thank you