You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks very similar to facebookarchive/AsyncDisplayKit#2894, which has been fixed by delaying set NSTextStorage.setAttributedString in ASTextKitContext.
Now ASTextNode2 is not using TextKit(thus the previous fix is not applicable), but Core Text directly. Again the issue only happen when displaying CJK language. Haven't found a way to fix it now.
Setting the same attributedString on both ASTextNode(left) and ASTextNode2(right)
Looks very similar to facebookarchive/AsyncDisplayKit#2894, which has been fixed by delaying set NSTextStorage.setAttributedString in ASTextKitContext.
Now ASTextNode2 is not using TextKit(thus the previous fix is not applicable), but Core Text directly. Again the issue only happen when displaying CJK language. Haven't found a way to fix it now.
Setting the same attributedString on both ASTextNode(left) and ASTextNode2(right)
Fine with English:
It's simple to reproduce the issue:
The text was updated successfully, but these errors were encountered: