Re: Can't type in NSTextView
Re: Can't type in NSTextView
- Subject: Re: Can't type in NSTextView
- From: Fritz Anderson <email@hidden>
- Date: Tue, 03 Jan 2012 16:34:36 -0600
On 3 Jan 2012, at 1:12 PM, Seth Willits wrote:
> I'm well aware of all of that. And no, it's not always at the top line which is the resizing problem I mentioned. It's initially there, but if you resize the scroll view in certain ways, the text view can be {w, 0} sized and be completely impossible to click on.
…
Can you go to the outline view of the XIB, select the text view, and use the Size inspector to make the height bigger than zero?
This sounds like the frequent problem where autoresizing makes a dimension of a view proportional to the span of the superview, and the superview passes through a size that rounds the view's dimension down to zero. With NSSplitView, the solution is to enforce a minimum width on the subviews. Interface Builder ought to do the same. File a bug.
— F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden