-
Bug
-
Resolution: Duplicate
-
P3
-
6u4
-
b01
-
x86
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2161207 | 6u10 | Mikhail Lapshin | P3 | Closed | Duplicate |
When input method selection popup appear, InputMethodDescriptor.getAvailableLocales() is being called repeadedly and sometimes interfere with user operation.
In order to reproduce,
place attaced WuBi.jar in jre/lib/ext.
lanunch Notepad demo.
from system menu click Select Input Method.
try to select wubi or Test input method.
You should notice following trace messages repeatedly output in console.
WuBi IM:getAvailableLocales() is being called.
Test IM:getAvailableLocales() is being called.
This doesn't happen (called once, not repeatedly many times) in 6u3.
In order to reproduce,
place attaced WuBi.jar in jre/lib/ext.
lanunch Notepad demo.
from system menu click Select Input Method.
try to select wubi or Test input method.
You should notice following trace messages repeatedly output in console.
WuBi IM:getAvailableLocales() is being called.
Test IM:getAvailableLocales() is being called.
This doesn't happen (called once, not repeatedly many times) in 6u3.
- backported by
-
JDK-2161207 getAvailableLocales is repeatedly called when try to select input method
-
- Closed
-
- duplicates
-
JDK-6618401 Input method cannot be selected from System menu
-
- Closed
-
- relates to
-
JDK-6544309 PIT:Unable to select the item's in 'input method selection' popupmenu by using keyboard.
-
- Closed
-