Re: TextArea's/TextField's enableInputMethods is not working on linux

2011-12-05 Thread Charles Lee
On 05/27/2011 03:18 AM, Naoto Sato wrote: It simply sounds like a bug to me. The behavior should not be different. Naoto (5/26/11 12:25 AM), Sean Chou wrote: Hi all, I found TextArea's/TextField's enableInputMethods is not working on linux, even enableInputMethods(false) is

Re: TextArea's/TextField's enableInputMethods is not working on linux

2011-05-26 Thread Naoto Sato
It simply sounds like a bug to me. The behavior should not be different. Naoto (5/26/11 12:25 AM), Sean Chou wrote: Hi all, I found TextArea's/TextField's enableInputMethods is not working on linux, even enableInputMethods(false) is invocated, the input method can still be ena

TextArea's/TextField's enableInputMethods is not working on linux

2011-05-26 Thread Sean Chou
Hi all, I found TextArea's/TextField's enableInputMethods is not working on linux, even enableInputMethods(false) is invocated, the input method can still be enabled. The testcase is as follows: /* * ImfAWTTest.java */ import java.awt.Component; import java.awt.Dimensi