Re: Preedit string is still exist after focus change operation

2013-07-01 Thread Naoto Sato
Hi Deven, Looks like the webrev link is broken. Anyway, I briefly looked at the original webrev (embedded down below). I believe that the endComposition on switching the focus to different input context should work on any platforms that Java supports (does not matter the pre-edit is discarded

Re: Preedit string is still exist after focus change operation

2013-06-30 Thread Deven You
Hi Anthony and Naoto, Thanks very much for your suggestions and help! I have created a jtreg test[1] according to the example of SpuriousExitEnter.java. The more detail information about the test could still be inspected by [2]. Please review the updated webrev[1]. Thanks a lot! [1] http:/

Re: Preedit string is still exist after focus change operation

2013-05-14 Thread Naoto Sato
It does sound like a bug. Moved the web incidents into a JDK bug (8014558) Naoto On 5/14/13 5:30 AM, Anthony Petrov wrote: Hi Deven, I'm copying i18n-dev@ because they manage the IM code. As to a test, jtreg supports manual tests. See [1] for a lot of tips about using manual tests. An example

Re: Preedit string is still exist after focus change operation

2013-05-14 Thread Anthony Petrov
Hi Deven, I'm copying i18n-dev@ because they manage the IM code. As to a test, jtreg supports manual tests. See [1] for a lot of tips about using manual tests. An example of a manual test is at: jdk/test/java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java [1] http://openjdk.ja