Re: Issue with Java 3D under OpenJDK 7 / Mac OS X
Posted by
Sven Gothel on
Feb 05, 2013; 12:07pm
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4028136.html
On 02/05/2013 12:01 PM, Traksewt [via jogamp] wrote:
> I tried Sun's JDK7 u13 that just came out and it still has the position bug.
> While the OpenJDK u12 works!
>
> jdk7u12
>
http://jdk7.java.net/download.html this one works
>
> jdk7u13
>
http://java.com/en/download/mac_download.jsp this one doesn't work…
>
> I would have thought the fixes would have been in sync. oh well.
>
> BTW, I am seeing another position bug when resizing the JSplitPane, which may
> be related to InteractiveMesh's position issue. When I resize the JSplitPane,
> the layout gets corrupted. Then if I resize the whole window slightly, it will
> correct itself.
We do have a JSplitPlane unit test in JOGL .. and I also have seen some
light/heavy weight issues there regarding size of GLCanvas.
However, our unit test does not test x/y positions other than 0/0 AFAIK.
Maybe you can create a new unit test based on this one.
+++
Documenting Bug 642 (related to Bug 586)
com.jogamp.opengl.test.junit.jogl.awt.TestBug642JSplitPaneMixHwLw01AWT
+++
~Sven