<Swing Dev> Integrated: 8253291: bug7072653.java still failed "Popup window height ... is wrong"
Sergey Bylokhov
serb at openjdk.java.net
Sat Sep 19 22:25:36 UTC 2020
On Sat, 19 Sep 2020 04:31:21 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Same test as in https://github.com/openjdk/jdk/pull/197 but this time the intermittent problem appears on the small
> screen.
> The test checks that the size of the popup menu is expected, but the problem is that when we show the popup we
> calculate it based on some initial insets, but when the windows appeared on the screen its icon is added to the dock,
> if the dock does not have enough space for the new icons, then all icons in it have become smaller and the height of
> the dock became smaller as well -> the insets are changed -> the test fails. BTW for the test purpose, it is
> recommended to make the dock as small as possible.
This pull request has now been integrated.
Changeset: 83b05373
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/83b05373
Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
8253291: bug7072653.java still failed "Popup window height ... is wrong"
Reviewed-by: prr
-------------
PR: https://git.openjdk.java.net/jdk/pull/264
More information about the swing-dev
mailing list