Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. NEWT WindowImpl: Don't waitForPosition(..) if child window - issues w/ (details)
  2. JOGLNewtApplet3Run: Don't set position if normal child window. (details)
Commit 2aa8d4bbaf93c6bdf9188d9a88b5a28af43b112e by Sven Gothel
NEWT WindowImpl: Don't waitForPosition(..) if child window - issues w/ different toolkits!

With Applet3 plugin (firefox - using GTK), our child window seems to receives the absolute position,
or 'arbitrary' values (?).
Will need to figure out how to properly determine these cases.

In the meantime, simply turn off waitForPosition(..) for child windows,
which shall not harm NEWT.

Impacts following actions as child window:
- createNativeWindow
- reparent
- fullscreen
The file was modified src/newt/classes/jogamp/newt/WindowImpl.java (diff)
Commit c7ef2bf610ad3310aa9785820489f980c223cdb0 by Sven Gothel
JOGLNewtApplet3Run: Don't set position if normal child window.
The file was modified src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java (diff)