Bug 1274 - Window mispositioned after resize in container
Summary: Window mispositioned after resize in container
Status: UNCONFIRMED
Alias: None
Product: Newt
Classification: JogAmp
Component: macosx (show other bugs)
Version: tbd
Hardware: All macosx
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2015-12-04 22:03 CET by mbastian2
Modified: 2019-03-29 13:58 CET (History)
1 user (show)

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


Attachments
Test case to reproduce (2.42 KB, text/plain)
2015-12-04 22:03 CET, mbastian2
Details

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