Fix storyboard constraints so textViews are responsive, fixes #30#32
Fix storyboard constraints so textViews are responsive, fixes #30#32keith merged 1 commit intobr1sk:masterfrom jessesquires:master
Conversation
|
Also, this may just be treating a symptom of a larger issue. Open to any other ideas/feedback here 😄 |
|
I'm going to merge this for now anyways because it's way worse to not be able to type 🙃 |
|
Thanks for fixing this! I'm still very confused at why this doesn't happen for all users 🤔 |
|
I've just pushed 0.1.1 with only this fix. https://github.com/br1sk/brisk/releases/tag/0.1.1 Thanks again! |
|
Filed #33 for the resizing thing |
|
thanks @keith ! Yeah -- I'm not sure how to fix the vertical sizing -- I'm not super familiar with StackView. |
|
I have an alternate solution that I believe is "cleaner" IMHO (at least, it resizes correctly unlike #33); it just calls the window's EDIT: It's available here if you want to try it out. |
|
I think @Reflejo is working on something that would also fix this a different way right now. |


If you download the
0.1.0release and run the app, the text views aren't responsive.Confirmed that
NSTextViewDelegatemethods are getting called, but views were not updating.Seems to be an issue with layout constraints. This isn't a perfect fix, but it works. Text views are now responsive.
Issues:
The "description" text view doesn't resize it's height like the others when resizing the window. Not sure how to fix this.
Fixes #30.