RFR: 8288415: java/awt/PopupMenu/PopupMenuLocation.java is unstable in MacOS machines
Manukumar V S
mvs at openjdk.org
Thu Oct 13 07:46:01 UTC 2022
On Tue, 11 Oct 2022 19:56:49 GMT, SWinxy <duke at openjdk.org> wrote:
> So, what's the difference between this and #9187 and #10606? And did one of them have git issues?
No, #9187 got closed automatically by bot after being inactive for 8 weeks. And difference between #9187 and #10606 are,
1. Improved the screen capture logic in #10606 to capture the corresponding screen where the frame is displayed.
2. Made the frame undecorated as I have seen in some linux machines that, sometimes the mouse click inadvertently goes to the frame header which in turn fails the test(as it will not invoke the popup menu).
-------------
PR: https://git.openjdk.org/jdk/pull/10655
More information about the client-libs-dev
mailing list