Run the attached test in browser using the marina b08.
javafxpackager -src . -appClass StageStyleTest -sign
The second stage appearing outside the browser is undecorated as expected. This is as expected. Run the test with same second stage's style set to TRANSPARENT and it appears transparent as expected.
Now, run the attached test in browser using the marina b08 as an "Unsigned applet"
javafxpackager -src . -appClass StageStyleTest
The second stage appearing outside the browser is decorated.
This issue is seen on mac10.5.6. On WinXp it works fine.
javafxpackager -src . -appClass StageStyleTest -sign
The second stage appearing outside the browser is undecorated as expected. This is as expected. Run the test with same second stage's style set to TRANSPARENT and it appears transparent as expected.
Now, run the attached test in browser using the marina b08 as an "Unsigned applet"
javafxpackager -src . -appClass StageStyleTest
The second stage appearing outside the browser is decorated.
This issue is seen on mac10.5.6. On WinXp it works fine.