Re: RFR: 8280994: [XWayland] Drag and Drop does not work in java -> wayland app direction [v2]

2023-06-04 Thread Prasanta Sadhukhan
On Fri, 2 Jun 2023 13:53:46 GMT, Alexander Zvegintsev wrote: >> src/java.desktop/unix/classes/sun/awt/X11/XDragSourceContextPeer.java line >> 448: >> >>> 446: } >>> 447: >>> 448: if (isXWaylandDndAwareWindow(window)) { >> >> https://github.com/openjdk/jdk/blob/ec4493f5273746f

Re: RFR: 8280994: [XWayland] Drag and Drop does not work in java -> wayland app direction [v3]

2023-06-04 Thread Prasanta Sadhukhan
On Fri, 2 Jun 2023 14:11:18 GMT, Alexander Zvegintsev wrote: >> This change resolves the issue that drag and drop from a Java application to >> a native Wayland application (such as gedit) is not possible on Linux. >> >> Our code it quite picky for the drop target, and requires it to be a top

Re: RFR: 8006421: GraphicsConfiguration of a frame is changed when the frame is moved to another screen

2023-06-04 Thread Tejesh R
On Fri, 2 Jun 2023 16:26:29 GMT, Damon Nguyen wrote: >> When a frame is dragged from one screen to another screen, the >> `GraphicsConfigurations` may vary depending on screen/monitor. However, >> transparency has to be maintained since it is expected as it is set. So the >> fix addresses in m

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-04 Thread Andrey Turbanov
On Fri, 2 Jun 2023 19:35:23 GMT, Harshitha Onkar wrote: >> ViewportOverlapping test was failing intermittently during CI runs on Win10 >> and Win11. >> >> Although this intermittent issue wasn't replicable when the individual test >> as well as the test group was run multiple times. Hence scr