Re: [10] JDK-8148344: Java robot keypress should be able to use extended key code characters as ? ? ?.

2018-04-18 Thread Shashidhara Veerabhadraiah
Hi Sergey, I checked with Prashanth on the external input method. It is just same as change the locale and start input the characters in that locale. Once we change the locale it will try to install sogu or other stuffs to get those locale keys. But on the windows 10 it does not install anything

Re: [11] Review request for 8199748: Touch keyboard is not shown, if text component gets focus from other text component

2018-04-18 Thread Anton Litvinov
Hello Sergey, Thank you for review of this fix. No, this topic was not earlier discussed in review process of fixes for other bugs on the touch keyboard subject. We deliberately do not show the touch keyboard on "FocusEvent.FOCUS_GAINED" event, because of the following reasons: 1.  This is t

Re: RFR: JDK-8194327 [macos] AWT windows have incorrect main/key window behaviors

2018-04-18 Thread Alan Snyder
> On Apr 17, 2018, at 6:36 PM, Sergey Bylokhov > wrote: > > It is strange that it is visible only in case of color_panel, maybe it is > possible to simplify the testcase and replace color_panel by some other > NSWIndow? Not strange. The color panel is the only window in the test that support

Re: Proposal:AIX's IME support

2018-04-18 Thread Ichiroh Takiguchi
Hello Magnus and Christoph. I think it's not easy to merge AIX IME support code without current code changes... On 2018-04-18 17:34, Magnus Ihse Bursie wrote: 18 apr. 2018 kl. 09:08 skrev Langer, Christoph : Hi Ichiroh, I just wanted to let you know that I'm currently working with your pa

Re: Proposal:AIX's IME support

2018-04-18 Thread Magnus Ihse Bursie
> 18 apr. 2018 kl. 09:08 skrev Langer, Christoph : > > Hi Ichiroh, > > I just wanted to let you know that I'm currently working with your patch, > e.g. test this on AIX. > > As I've written to you in direct mails, I don't really like that so much code > is duplicated into the AIX subfolders.

Re: Proposal:AIX's IME support

2018-04-18 Thread Langer, Christoph
Hi Ichiroh, I just wanted to let you know that I'm currently working with your patch, e.g. test this on AIX. As I've written to you in direct mails, I don't really like that so much code is duplicated into the AIX subfolders. This can eventually lead to the fact that somebody does fixes in the