Skip navigation.
 
mlCrash in NSView
FROM : Ben Kazez
DATE : Sat Mar 01 23:56:51 2008

Hi everyone,

I'm getting a crash in my source-list-style outline view when my app 
is in the background and I drag on any of the rows of the view:

-[NSWindow sendEvent:]
...
584 forwardMethod
584 forwardMethod
584 forwardMethod
584 -[NSView _nextResponderForEvent:]
584 -[NSView hitTest:]
584 -[NSView hitTest:]
584 -[NSTableView(NSTableViewRowHeaderSupport) hitTest:]
584 -[NSView hitTest:]
584 -[NSView _convertPointFromSuperview:test:]
584 -[NSView _convertPointFromSuperview:test:]

Has anyone else seen this? Could it be an AppKit bug? My outline view 
has no drag-and-drop support.

Ben

Related mailsAuthorDate
mlCrash in NSView Ben Kazez Mar 1, 23:56
mlRe: Crash in NSView I. Savant Mar 2, 00:02
mlRe: Crash in NSView Ben Kazez Mar 2, 00:03
mlRe: Crash in NSView Kyle Sluder Mar 2, 00:22