[8u-dev] Review request: RT-38836: JDK crash on Mac 10.10 with very large stage

2015-03-27 Thread Morris Meyer
Kevin, David and Chien, Please review this patch, which fixes RT-38836 (a critical) and RT-23363 (a medium). It clips the frame to screen size in Glass-Mac in a similar fashion to what happens in Glass-Windows. Thanks much, --morris WEBREV - http://cr.openjdk.java.net/~morris/RT-38

Re: [8u-dev] Review request: RT-38836: JDK crash on Mac 10.10 with very large stage

2015-03-27 Thread Sergey Bylokhov
Hi, Morris. Just curiously, does it mean that after the fix, there is no way to maximize the window on two monitors in multi-monitors configuration? Does this issue affects an applets? Seems that on Windows the clipping on the screen bounds is a default native behavior. 27.03.15 22:39, Morris

Re: [8u-dev] Review request: RT-38836: JDK crash on Mac 10.10 with very large stage

2015-03-27 Thread Morris Meyer
I don't have a two monitor display setup for the Mac platform. Will run CircleApp1, CircleApp2, CircleApp3 and MaxStage in applet on both Windows 8.1 and Mac and report back. --mm On 3/27/15 4:05 PM, Sergey Bylokhov wrote: Hi, Morris. Just curiously, does it mean that after the fix, there is