Skip to content
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

Custom truncation token is ignored in TruncatingTail mode #822

Open
1 task
Adlai-Holler opened this issue Mar 8, 2018 · 0 comments
Open
1 task

Custom truncation token is ignored in TruncatingTail mode #822

Adlai-Holler opened this issue Mar 8, 2018 · 0 comments
Labels

Comments

@Adlai-Holler
Copy link
Member

  • If NSTextContainer.lineBreakMode = .byTruncatingTail, then glyphRangeForBoundingRect:inTextContainer: will always return the entire glyph range.

  • So ASTextKitTailTruncater skips truncating, thinking everything is visible.

  • The truncation that we see is coming from TextKit itself.

  • Custom truncationAttributedText is ignored.

  • Not sure yet if issue exists in ASTextNode2 (probably not since we use native truncation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant