Bug 1274

Summary: Window mispositioned after resize in container
Product: [JogAmp] Newt Reporter: mbastian2 <mathieu.bastian>
Component: macosxAssignee: Sven Gothel <sgothel>
Status: UNCONFIRMED ---    
Severity: normal CC: gouessej
Priority: P4    
Version: tbd   
Hardware: All   
OS: macosx   
Type: DEFECT SCM Refs:
Workaround: ---
Attachments: Test case to reproduce

Description mbastian2 2015-12-04 22:03:29 CET
Created attachment 766 [details]
Test case to reproduce

The position of the window is wrong after a resize in its container (e.g. another component has been made visible in the same container).

Described also here:
http://forum.jogamp.org/GWindow-position-issue-after-resize-since-2-3-2-td4035863.html

Reproducible on Mac OS X El Capitan with JDK 1.8.0_60.

Attached is a simple test-case to reproduce it. It shows a JFrame with Gears and a button at the top. When the button is clicked it makes a panel at the south visible and you can observer the position of the glwindow being wrong.