On Jul 9, 2012, at 10:33 AM, Kevin Cathey wrote: >> BTW, if the NSSplitView hasn't been updated to use constraints in its own >> layout, then why does it and up changing the size at runtime? For that >> matter it seems like IB is expressly forbidding adding constraints to the >> NSSplitView's panes. > There are known bugs with NSSplitView and auto layout on OS X 10.7 with both > the runtime and with IB. Mainly, even if you say a particular pane should be > >= 100 (for example), you can still drag the splitter right past the 100pt > mark. > > See the WWDC videos from this year for more information…
Conversing via private e-mail last night, we figured out that the problem was triggered by having a combination of an NSSplitView and an NSToolbar in the same window. Doing this even in a simple test-case app causes the split view to wig out. If you delete the toolbar, it works fine. Bug report filed: rdar://11828261 . Charles _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com