-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b133
-
x86
-
windows_xp
-
Verified
Tested bundle: jdk7 b127-pit. http://rehudson.sfbay.sun.com/hudsonws/deploypit/bundles/windows-i586/b255-2011-01-20_29/
Tested OS: winxp
Tested browser: firefox 3.6
Steps to reproduce:
I tried the 2 cases in http://web-east.east/deployment/www/tests/1.7.0/7012115/testcase.html with b127-pit bundle on xp
For the first case,
I found sometimes, it is decorated, I think it should be the expected behavior, because in spec(http://j2se.sfbay.sun.com/web/bin/view/Deployment/DecoratedParam) ,it says the default behavior for jnlp applet is: an applet launched via the applet-desc will have "decorated" frame.
Then I modified the jnlp, specify the decorated=false in jnlp file. Please look at this html(http://rehte.cn.oracle.com:8080/wshost/tmp/test_decorated.html). When I dragged out the applet, I found it is also decorated which is not expected.
For the second case,
Seems it is still undecorated
Add 2 more cases which have <param name="decorated" value="true" /> parameter, but the dragged out applet's frame is undecorated
plain applet:
http://rehte.cn.oracle.com:8080/wshost/new_ws/deployment/src/plugin/ConfiguredTitle/ConfiguredTitle/html/DraggableHelloConfiguredTitle.html
jnlp applet:
http://rehte.cn.oracle.com:8080/wshost/new_ws/deployment/src/plugin/ConfiguredTitle/ConfiguredTitle/html/DraggableHelloTitleJnlp.html
Souce code location:
http://rehte.cn.oracle.com:8080/wshost/new_ws/deployment/src/plugin/ConfiguredTitle/ConfiguredTitle/src
Tested OS: winxp
Tested browser: firefox 3.6
Steps to reproduce:
I tried the 2 cases in http://web-east.east/deployment/www/tests/1.7.0/7012115/testcase.html with b127-pit bundle on xp
For the first case,
I found sometimes, it is decorated, I think it should be the expected behavior, because in spec(http://j2se.sfbay.sun.com/web/bin/view/Deployment/DecoratedParam) ,it says the default behavior for jnlp applet is: an applet launched via the applet-desc will have "decorated" frame.
Then I modified the jnlp, specify the decorated=false in jnlp file. Please look at this html(http://rehte.cn.oracle.com:8080/wshost/tmp/test_decorated.html). When I dragged out the applet, I found it is also decorated which is not expected.
For the second case,
Seems it is still undecorated
Add 2 more cases which have <param name="decorated" value="true" /> parameter, but the dragged out applet's frame is undecorated
plain applet:
http://rehte.cn.oracle.com:8080/wshost/new_ws/deployment/src/plugin/ConfiguredTitle/ConfiguredTitle/html/DraggableHelloConfiguredTitle.html
jnlp applet:
http://rehte.cn.oracle.com:8080/wshost/new_ws/deployment/src/plugin/ConfiguredTitle/ConfiguredTitle/html/DraggableHelloTitleJnlp.html
Souce code location:
http://rehte.cn.oracle.com:8080/wshost/new_ws/deployment/src/plugin/ConfiguredTitle/ConfiguredTitle/src
- relates to
-
JDK-7032747 Add unit test for Applet2Manager with same issue to the one in 7014774
-
- Closed
-