RFR: 8169468: NoResizeEventOnDMChangeTest.java fails because FS Window didn't receive all resizes!
Alexander Zuev
kizune at openjdk.java.net
Wed Nov 3 04:34:10 UTC 2021
On Wed, 3 Nov 2021 01:47:53 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> In the scenario above what will happen if the window is jumped from one screen to another? Will it be full screen or it will be in the normal mode? Which (old or new) graphics device will report that the window is full screen on it? I guess we should move the window back to the old device in full-screen mode, or we should move the window to the new device but in the normal mode, in both cases, the resize event should be generated, isn't it?
It opens up as a full screen window on the secondary display, i can't check which device reports it because when i add debug output i can not reproduce the failure. If two displays have different resolution then moving window from one GD to another it should generate the resize event on both window and the component inside it.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6186
More information about the client-libs-dev
mailing list