Replies: 1 comment 2 replies
-
|
frankly, I did not foresee using it outside scrollview. there are features that assume enclosing scrollview exists (like gutter view, or text finder). I think the easiest way to workaround is to continue use NSScrollView as a container, but setup as not scrollable - is it possible way to use it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my project, I experienced a crash due to multiple constraint updates in a single pass (or something like that - it's been a couple days and I'm going off memory) when attempting to create an STTextView outside a scroll view.
In commit 639400ea6, I reproduced the issue with the following changes to
ViewController.swiftin the TextEdit sample:I was hoping to find time to contribute back to the project and dig into this deeper, but it's looking grim that I'll be able to do so. Hopefully someone will be able to find a fix!
Beta Was this translation helpful? Give feedback.
All reactions