Bug 970 - NEWT OSX ChildWindow setVisible(..) does not hide child window appropriately
Summary: NEWT OSX ChildWindow setVisible(..) does not hide child window appropriately
Status: RESOLVED FIXED
Alias: None
Product: Newt
Classification: JogAmp
Component: macosx (show other bugs)
Version: 1
Hardware: All all
: --- major
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2014-02-10 18:45 CET by Sven Gothel
Modified: 2014-02-10 18:46 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
c3c204a2e374c1dc4c1fb51f15444e5b92850839
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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]]