Replies: 1 comment
-
just checking, do you still can reproduce that issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The cursor and highlighting view seem to be offset by the textView's distance from (0,0). For example, setting the textView's
frame.origin
toCGPoint(x: 10, y: 10)
results in the following cursor and highlighting view offset:This can be reproduced with the following code on macOS 13.5.2 using Xcode 15.0 and STTextView 0.8.15:
This can cause the cursor and highlighting view to disappear completely with more drastic offsets, for example centering the textView in its superview:
Screen.Recording.2023-10-05.at.12.13.59.mov
Beta Was this translation helpful? Give feedback.
All reactions