Re: [OpenJDK 2D-Dev] RFR(M): 8170525: Fix minor issues in awt coding

2016-12-02 Thread Phil Race
I had no other comments, except that it would be good to be sure that this builds on all relevant platforms .. using the 'blessed' compilers. If you like I can submit a JPRT job for you based on this patch. -phil. On 12/01/2016 11:58 PM, Lindenmaier, Goetz wrote: Hi Phil, I added the

Re: [9] Review request for 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser

2016-12-02 Thread dmitry markov
Hi Sergey, According to the current implementation we disable a window only when we are going to show a modal dialog. However I agree it is not a good idea to use isEnabled flag for testing whether the window is blocked or not, since such logic is not clear and might be accidentally broken.