-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
-
IE9, b40, JRE6u27b09, xp sp3 x86
After setting the applet to full screen and then setting to normal by stage.setFullScreen(!stage.isFullScreen());
The text area insider the stage cannot read the keyboard input anymore.
Steps to reproduce:
1. Open applet http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/html/FullscreenTextTest.html
2. The applet should get launched successfully
3. Click 'Toggle FullScreen' button to make the applet(not the secondary stage) become fullscreen
4. Click 'Toggle FullScreen' button again to make the applet become normal.
5. Try to input something into text area. If you couldn't, the bug is reproducible
Note: JNLP Applicatin works fine
Source :http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/src/FullScreenTextTest.java
The text area insider the stage cannot read the keyboard input anymore.
Steps to reproduce:
1. Open applet http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/html/FullscreenTextTest.html
2. The applet should get launched successfully
3. Click 'Toggle FullScreen' button to make the applet(not the secondary stage) become fullscreen
4. Click 'Toggle FullScreen' button again to make the applet become normal.
5. Try to input something into text area. If you couldn't, the bug is reproducible
Note: JNLP Applicatin works fine
Source :http://sqeweb.us.oracle.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/javafx/fxfeaturesTest/fxfeaturesTest/src/FullScreenTextTest.java
- duplicates
-
JDK-8128836 Fullscreen stage didn't retain the focus after switching focus to another window and then closing that window
-
- Closed
-
- relates to
-
JDK-8114192 Full screen should not ignore all the mentioned events inside UE specs
-
- Closed
-
-
JDK-8114641 Key events should be enabled for signed full screen applications
-
- Closed
-