Re: -[NSTabView mouseDown:] blows stack in Yosemite SDK

2014-09-29 Thread Jerry Krinock
> On 2014 Sep 28, at 22:06, Kyle Sluder wrote: > > Do you have a cycle in your nextResponder chain? Remember than > NSViewController now inserts itself into the responder chain on 10.10. YES! That explains all of the forwardMethod() madness. My subclass of NSViewController, which I use for

Re: -[NSTabView mouseDown:] blows stack in Yosemite SDK

2014-09-28 Thread Kyle Sluder
On Sep 28, 2014, at 9:48 PM, Jerry Krinock wrote: > > … > #1309580x7fff96f9ad70 in forwardMethod () > #1309590x7fff96f9ad70 in forwardMethod () > #1309600x7fff974074ea in -[NSTabView mouseDown:] () Do you have a cycle in your nextResponder chain? Remember than NSViewCont