-
Bug
-
Resolution: Fixed
-
P4
-
25, 26
-
Windows 11 x64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8362049 | 25.0.1 | Manukumar V S | P4 | Resolved | Fixed | b02 |
JDK-8361500 | 25 | Manukumar V S | P4 | Resolved | Fixed | b31 |
In Windows, java/awt/MenuItem/SetLabelTest.java inadvertently triggers clicks on items pinned to the taskbar. This may open some other UI item and may interfere further testing on that machine.
Fix:
Move the test UI to the centre of the screen by calling frame.setLocationRelativeTo(null).
- backported by
-
JDK-8361500 java/awt/MenuItem/SetLabelTest.java inadvertently triggers clicks on items pinned to the taskbar
-
- Resolved
-
-
JDK-8362049 java/awt/MenuItem/SetLabelTest.java inadvertently triggers clicks on items pinned to the taskbar
-
- Resolved
-
- caused by
-
JDK-8311113 Remove invalid pointer cast and clean up setLabel() in awt_MenuItem.cpp
-
- Resolved
-
- links to
-
Commit(jdk25) openjdk/jdk/9a73987f
-
Commit(master) openjdk/jdk/b7fcd0b2
-
Review(jdk25) openjdk/jdk/26128
-
Review(master) openjdk/jdk25u/12
-
Review(master) openjdk/jdk/25868