Tapping links is broken in statuses containing lists #20
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#20
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Something about the way lists are converted from HTML -> attributed strings breaks everything and makes
NSLayoutManager.glyphIndex(for:in:)
returns the wrong character index.odds are slim i'll figure this out myself
notes for myself:
possible solutions: https://mastodon.technology/users/brunoph/statuses/101875790249779349
possibly switch to NSAttributeString's HTML rendering?