Tapping links is broken in statuses containing lists #20

已关闭
shadowfacts2019-04-05 02:08:26 +00:00创建 · 1 评论
管理员

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

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
shadowfacts2019-04-05 02:08:26 +00:00 添加了里程碑 1.0.0
shadowfacts2019-04-05 02:08:26 +00:00 指派给自己
shadowfacts2019-04-05 02:08:26 +00:00 添加了标签
bug
作者
管理员
notes for myself: possible solutions: https://mastodon.technology/users/brunoph/statuses/101875790249779349 possibly switch to NSAttributeString's HTML rendering? - https://github.com/ShihabM/Mast/pull/68 - https://developer.apple.com/documentation/foundation/nsattributedstring/1524613-init#discussion - https://www.robpeck.com/2015/04/nshtmltextdocumenttype-is-slow - ^ apparently it's slow, and sanitizing would add a second html parse pass
shadowfacts 2020-01-04 21:33:41 +00:00 修改了里程碑从 1.0.0Public Beta
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

依赖工单

没有设置依赖项。

参考:shadowfacts/Tusker#20
没有提供说明。