Details
-
Bug
-
Resolution: Fixed
-
P2
-
9
-
Ubuntu 16.04 dual-screen
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8178245 | 10 | Sergey Bylokhov | P2 | Resolved | Fixed | b04 |
Description
Run the old test
java/awt/Choice/PopdownGeneratesMouseEvents/
on a dual-screen system. I have horizontal layout and the second monitor bigger than first.
This appletviewer test puts the test frame for some reason on the second screen: it may be a peculiarity of handling the virtual screens by appletviewer -- and then Robot clicks on the Choice. Choice opens but on the wrong (first) screen.
RULE "java/awt/Choice/PopdownGeneratesMouseEvents/PopdownGeneratesMouseEvents" Exception java.lang.RuntimeException: Test failed. Exception thrown: java.lang.RuntimeException: Choice wasn't opened with LEFTMOUSE button
java/awt/Choice/PopdownGeneratesMouseEvents/
on a dual-screen system. I have horizontal layout and the second monitor bigger than first.
This appletviewer test puts the test frame for some reason on the second screen: it may be a peculiarity of handling the virtual screens by appletviewer -- and then Robot clicks on the Choice. Choice opens but on the wrong (first) screen.
RULE "java/awt/Choice/PopdownGeneratesMouseEvents/PopdownGeneratesMouseEvents" Exception java.lang.RuntimeException: Test failed. Exception thrown: java.lang.RuntimeException: Choice wasn't opened with LEFTMOUSE button
Attachments
Issue Links
- backported by
-
JDK-8178245 dual-screen issue with java.awt.Choice
- Resolved
- duplicates
-
JDK-8163101 dual-screen issue with JMenu, JPopupMenu
- Closed
- relates to
-
JDK-8164454 setLocationRelativeTo() puts Window on the 1-st (default) screen of two.
- Closed
-
JDK-8163101 dual-screen issue with JMenu, JPopupMenu
- Closed