Re: [8] Review request for 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow

2013-10-28 Thread Anthony Petrov
Hi Leonid, The fix looks somewhat risky so late in the release. But I talked with Sergey and I see that it resolves a lot of real problems. So I'm sort of OK with it. A few comments: src/macosx/native/sun/awt/AWTWindow.m 255 self.preFullScreenLevel = [self.nsWindow level]; The alwaysO

Re: Possible regressionn, popupmenus not appearing to work correctly with cntl-click

2013-10-28 Thread Leonid Romanov
Hello, I've filed a bug: https://bugs.openjdk.java.net/browse/JDK-8027374 On 28.10.2013, at 13:30, Paul Taylor wrote: > On 27/10/2013 08:06, Hendrik Schreiber wrote: >> On Oct 26, 2013, at 9:36 PM, Paul Taylor wrote: >> >>> Just moved from Java 6 with Quaqua and Feel to Java 7 with Aqua look an

Re: [8] Review request for 8011059 [macosx] Make JDK demos look perfect on retina displays

2013-10-28 Thread Artem Ananiev
Hi, Alexander, a few comments: 1. SunGraphics2D.java:3076 - should isHiDPIImage() be used here? 2. I'm not sure that the proposed getScaledImageName() implementation in ScalableToolkitImage works perfectly for URLs like this: http://www.exampmle.com/dir/image In this case it will try to f

Re: Possible regressionn, popupmenus not appearing to work correctly with cntl-click

2013-10-28 Thread Paul Taylor
On 27/10/2013 08:06, Hendrik Schreiber wrote: On Oct 26, 2013, at 9:36 PM, Paul Taylor wrote: Just moved from Java 6 with Quaqua and Feel to Java 7 with Aqua look and feel so not 100% sure where the problem lies but previously if I have some fields selected in a table and then invoked popup m