-
Bug
-
Resolution: Fixed
-
P3
-
8-pool, 11
-
b13
-
windows_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208960 | 8u201 | Anton Litvinov | P3 | Resolved | Fixed | b01 |
JDK-8202206 | 8u192 | Anton Litvinov | P3 | Resolved | Fixed | b01 |
JDK-8202873 | 8u191 | Anton Litvinov | P3 | Resolved | Fixed | b01 |
JDK-8202456 | 8u181 | Anton Litvinov | P3 | Resolved | Fixed | b05 |
JDK-8216862 | emb-8u201 | Anton Litvinov | P3 | Resolved | Fixed | master |
JDK-8203153 | emb-8u181 | Anton Litvinov | P3 | Resolved | Fixed | b05 |
JDK-8209082 | 7u211 | Anton Litvinov | P3 | Resolved | Fixed | b01 |
JDK-8209488 | 7u201 | Anton Litvinov | P3 | Resolved | Fixed | b06 |
- JDK 11 compiled from the source code in the repository (http://hg.openjdk.java.net/jdk/client) on 03/16/2018.
- JDK 8 compiled from the source code in the repository (http://hg.openjdk.java.net/jdk8u/jdk8u-dev) on 03/16/2018.
ADDITIONAL OS VERSION INFORMATION :
MS Windows 10 OS
A DESCRIPTION OF THE PROBLEM :
Touch keyboard which is specific to MS Windows 10, MS Windows 8.1, MS Windows 8 OSes is not automatically shown, if a user touches one Swing or AWT text component, after other Swing or AWT text component had focus and the touch keyboard was shown for that other text component.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Make sure that Windows 10 is installed on the host and a display with the touch screen is connected to the host.
2. Switch on "Tablet" mode in the OS.
3. Compile and run the attached test case "MoveFocusOnlyBetweenTextComponents.java".
4. Touch the area of any text component shown in the test case window. As the result the touch keyboard should be shown.
5. Touch the area of another text component in the test case window. The bug is reproduced, if the touch keyboard is hidden and not shown again for the second text component which was touched.
- backported by
-
JDK-8202206 Touch keyboard is not shown, if text component gets focus from other text component
- Resolved
-
JDK-8202456 Touch keyboard is not shown, if text component gets focus from other text component
- Resolved
-
JDK-8202873 Touch keyboard is not shown, if text component gets focus from other text component
- Resolved
-
JDK-8203153 Touch keyboard is not shown, if text component gets focus from other text component
- Resolved
-
JDK-8208960 Touch keyboard is not shown, if text component gets focus from other text component
- Resolved
-
JDK-8209082 Touch keyboard is not shown, if text component gets focus from other text component
- Resolved
-
JDK-8209488 Touch keyboard is not shown, if text component gets focus from other text component
- Resolved
-
JDK-8216862 Touch keyboard is not shown, if text component gets focus from other text component
- Resolved
- relates to
-
JDK-8166772 Touch keyboard is not shown for text components on a screen touch
- Resolved