On Sat, 19 Sep 2020 04:31:21 GMT, Sergey Bylokhov <s...@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. Marked as reviewed by prr (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/264