-
Bug
-
Resolution: Fixed
-
P4
-
None
-
fx2.0
sqe test case FullScreenApplets/primaryStage/FS_001_10_jnlp.html instuctions are:
=====================
Full screen mode for applets - FS_001_10
Fullscreen using primary stage- Toggle back using setFullscreen(false) against primary stage
Test Procedure
Load the applet inside the browser: http://jfx.sfbay.sun.com/hudson/job/presidio-deploy-scrum/label=windows-i586-14/lastSuccessfulBuild/artifact/artifacts/deployed/FullScreenApp/FSApp.html
Click 'Toggle Fullscreen' or 'Set Fullscreen' button
Toggle back
Check Java console or trace files and make sure that isFullscreen has returned false
====================
The toggling of FS works. However, no isFullscreen/false seen in Java console. Furthermore, to check message in java console is not the right way to determine a test case pass or fail. Better output the result to FX applet itself.
=====================
Full screen mode for applets - FS_001_10
Fullscreen using primary stage- Toggle back using setFullscreen(false) against primary stage
Test Procedure
Load the applet inside the browser: http://jfx.sfbay.sun.com/hudson/job/presidio-deploy-scrum/label=windows-i586-14/lastSuccessfulBuild/artifact/artifacts/deployed/FullScreenApp/FSApp.html
Click 'Toggle Fullscreen' or 'Set Fullscreen' button
Toggle back
Check Java console or trace files and make sure that isFullscreen has returned false
====================
The toggling of FS works. However, no isFullscreen/false seen in Java console. Furthermore, to check message in java console is not the right way to determine a test case pass or fail. Better output the result to FX applet itself.