JDK-8136402 : Popup window for chinese input is shown in right low corner of screen
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8u20,9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-09-11
  • Updated: 2016-04-18
  • Resolved: 2016-04-18
Related Reports
Duplicate :  
Description
Popup window for chinese input (popup with letters) is shown in right low corner on Windows.
It must be shown near cursor!

Test: AWT_TextInput/Manual/InternationalTextInput

Tested on Win 7 x64 with 8u65b13 - FAIL.
8u20b26 - also fail.   
9b81 - FAIL

Regression: NO
Platform specific - Looks like YES (Windows - is the only platform that was tested).

Steps:
export DISPLAY=:0
k:/tmp/andrey.rusakov/tools/jin.sh -64 8u65b13
k:/tmp/andrey.rusakov/tools/jin.sh -64 8u60b18
mkdir -p C:/junk/
cd C:/junk/
echo "AWT_TextInput/Manual/InternationalTextInput execute_script \"manual\"
" > my.testlist
k:/ute-dev/bin/ute run -harness  tonga -component awt -jdk c:/jdk/jdk1.8.0_65b13 -stablejavahome  "c:/jdk/jdk1.8.0_60b18" -env "BASEBUILD=c:/jdk/jdk1.8.0_60b18" -testbase D:/testsuites/180_int_ws/awt -testlist my.testlist -keywords manual -results . -vmopts "-d64"  -env TONGA_REMOVE=none  -aurora_collect_system false -aurora_collect_jre false -aurora_collect_jes false 
export STABLE_JAVA_HOME=c:/jdk/jdk1.8.0_60b18



Comments
AWT_TextInput/Manual/InternationalTextInput Where I can get it?
21-09-2015