Bug 970

Summary: NEWT OSX ChildWindow setVisible(..) does not hide child window appropriately
Product: [JogAmp] Newt Reporter: Sven Gothel <sgothel>
Component: macosxAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: major    
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: DEFECT SCM Refs:
c3c204a2e374c1dc4c1fb51f15444e5b92850839
Workaround: ---

Description Sven Gothel 2014-02-10 18:45:29 CET
The 'hidden' child window still occupies the parent window.
Comment 1 Sven Gothel 2014-02-10 18:46:48 CET
    Instead of using [mWin orderBack: mWin] for child windows,
    utilize [mWin orderWindow: NSWindowOut relativeTo: [pWin windowNumber]]