diff options
author | Sven Gothel <[email protected]> | 2013-10-04 21:08:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-04 21:08:45 +0200 |
commit | 61e47c5683ef038d8684bce56714ae0a514dd697 (patch) | |
tree | a305df818cdc5c67873e090882d582d7bebcc9e2 /jnlp-files | |
parent | 7deea4c2494f7db4ac6ac9fafafaee00db402975 (diff) |
Bug 816/848: Cleanup test applet layout/size ; Note Bug 848: Not reproducible after restart of OSX test machine!
Diffstat (limited to 'jnlp-files')
-rw-r--r-- | jnlp-files/jogl-applet-bug816_glcanvas02a.html (renamed from jnlp-files/jogl-applet-bug816_glcanvas02.html) | 8 | ||||
-rw-r--r-- | jnlp-files/jogl-applet-bug816_glcanvas02b.html | 32 | ||||
-rw-r--r-- | jnlp-files/jogl-applet-bug848_glcanvas01.html | 4 | ||||
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 4 |
4 files changed, 41 insertions, 7 deletions
diff --git a/jnlp-files/jogl-applet-bug816_glcanvas02.html b/jnlp-files/jogl-applet-bug816_glcanvas02a.html index f4958ec1b..79fb22d76 100644 --- a/jnlp-files/jogl-applet-bug816_glcanvas02.html +++ b/jnlp-files/jogl-applet-bug816_glcanvas02a.html @@ -11,14 +11,14 @@ Bug816 OSX CALayer Pos - Box Layout <P> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" - width="600" height="300"> - <param name="code" value="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug816AppletGLCanvas02"> + width="664" height="364"> + <param name="code" value="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug816AppletGLCanvas02a"> <param name="archive" value="jar/lib/gluegen-rt.jar, jar/lib/jogl-all.jar, jar/jogl-test.jar"> <comment> - <embed code="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug816AppletGLCanvas02" - width="600" height="300" + <embed code="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug816AppletGLCanvas02a" + width="664" height="364" type="application/x-java-applet;version=1.6" archive="jar/gluegen-rt.jar, jar/jogl-all.jar, diff --git a/jnlp-files/jogl-applet-bug816_glcanvas02b.html b/jnlp-files/jogl-applet-bug816_glcanvas02b.html new file mode 100644 index 000000000..eb05e84a5 --- /dev/null +++ b/jnlp-files/jogl-applet-bug816_glcanvas02b.html @@ -0,0 +1,32 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>Bug816 OSX CALayer Pos - Grid Layout</title> +</head> +<body BGCOLOR="#ffffff"> + +<P> +Bug816 OSX CALayer Pos - Grid Layout +</P> + +<P> +<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" + width="664" height="364"> + <param name="code" value="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug816AppletGLCanvas02b"> + <param name="archive" value="jar/lib/gluegen-rt.jar, + jar/lib/jogl-all.jar, + jar/jogl-test.jar"> + <comment> + <embed code="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug816AppletGLCanvas02b" + width="664" height="364" + type="application/x-java-applet;version=1.6" + archive="jar/gluegen-rt.jar, + jar/jogl-all.jar, + jar/jogl-test.jar"> + <noembed>Sorry, no Java support detected.</noembed> + </embed> + </comment> +</object> +</P> +</body> +</html> diff --git a/jnlp-files/jogl-applet-bug848_glcanvas01.html b/jnlp-files/jogl-applet-bug848_glcanvas01.html index bc6e90dc2..99fa6aa4d 100644 --- a/jnlp-files/jogl-applet-bug848_glcanvas01.html +++ b/jnlp-files/jogl-applet-bug848_glcanvas01.html @@ -11,14 +11,14 @@ Bug 848: Applet on OSX w/ CALayer and 2 or more GLCanvas may 'crash'. <P> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" - width="900" height="600"> + width="1024" height="664"> <param name="code" value="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug848AppletGLCanvas01"> <param name="archive" value="jar/lib/gluegen-rt.jar, jar/lib/jogl-all.jar, jar/jogl-test.jar"> <comment> <embed code="com.jogamp.opengl.test.junit.jogl.demos.es2.awt.Bug848AppletGLCanvas01" - width="900" height="600" + width="1024" height="664" type="application/x-java-applet;version=1.6" archive="jar/gluegen-rt.jar, jar/jogl-all.jar, diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html index 5f60076bf..be0a5be81 100644 --- a/jnlp-files/jogl-test-applets.html +++ b/jnlp-files/jogl-test-applets.html @@ -205,11 +205,13 @@ Misc tests: <li>Bug 816 - OSX CALayer Positioning Bug <ul> <li><a href="jogl-applet-bug816_glcanvas01.html">01: Custom bounds within applet</a></li> - <li><a href="jogl-applet-bug816_glcanvas02.html">02: Box layout within applet</a></li> + <li><a href="jogl-applet-bug816_glcanvas02a.html">02a: Box layout within applet</a></li> + <li><a href="jogl-applet-bug816_glcanvas02b.html">02b: Grid layout within applet</a></li> </ul></li> <li>Misc Issues <ul> <li><a href="jogl-applet-bug818_gljpanel01.html">Bug 818: OSX 10.6.8 NV GT 330M GLJPanel Crash</a></li> + <li><a href="jogl-applet-bug848_glcanvas01.html">Bug 848: Applet on OSX w/ CALayer and 2 or more GLCanvas may crash</a></li> </ul></li> </ul> </p> |