-
Bug
-
Resolution: Fixed
-
P2
-
11, 14, 15
-
b21
-
generic
-
os_x
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8247226 | 13.0.4 | Sergey Bylokhov | P2 | Resolved | Fixed | b05 |
JDK-8243421 | 11.0.8-oracle | Sergey Bylokhov | P2 | Closed | Fixed | b04 |
JDK-8244498 | 11.0.8 | Sergey Bylokhov | P2 | Resolved | Fixed | b03 |
robot.keyPress(KeyEvent.VK_SHIFT);
robot.keyPress(KeyEvent.VK_H);
robot.waitForIdle();
robot.keyRelease(KeyEvent.VK_H);
robot.keyRelease(KeyEvent.VK_SHIFT);
Which sometimes causes the shift button to be in the pressed state after the test is completed, even if the test itself is passed. This break some tests which are executed later.
- backported by
-
JDK-8244498 [macos] The NestedModelessDialogTest test make the macOS unstable
- Resolved
-
JDK-8247226 [macos] The NestedModelessDialogTest test make the macOS unstable
- Resolved
-
JDK-8243421 [macos] The NestedModelessDialogTest test make the macOS unstable
- Closed
- relates to
-
JDK-8242805 The macOS toolkit does not support ACTION_COPY DnD action via CTRL+Click
- Open
-
JDK-8242801 The macOS toolkit does not set proper ActionModifiers for clicks in TrayIcons
- Open
-
JDK-8242930 [macos] The java/awt/keyboard/AllKeyCode/AllKeyCode.java starts Help macOS subsystem machinery
- In Progress
-
JDK-8278348 [macos12] javax/swing/JTree/4908142/bug4908142.java fails in macos12
- Resolved
- links to