Re: RFR: 8280990: [XWayland] XTest emulated mouse click does not bring window to front

2024-06-01 Thread Alexander Zvegintsev
On Sat, 1 Jun 2024 09:20:28 GMT, lawrence.andrews wrote: > According to > https://docs.oracle.com/en/java/javase/22/docs/api/java.desktop/java/awt/Window.html#toFront() > some platforms does not support toFront() , how are we handling this case ? AFAIK, we do not test on such platforms/window

Re: RFR: 8280990: [XWayland] XTest emulated mouse click does not bring window to front

2024-06-01 Thread lawrence . andrews
On Tue, 28 May 2024 02:25:46 GMT, Alexander Zvegintsev wrote: > Some of the modal tests fail in X11 compatibility mode on Wayland, because a > mouse click emulated with XTEST does not not cause the windows to be > reordered. > > This is a known limitation because these click events do not lea