-
Bug
-
Resolution: Fixed
-
P2
-
1.4.1, 6, 7
-
b61
-
x86
-
linux, windows_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018972 | 7u45 | Vladislav Karnaukhov | P2 | Closed | Fixed | b01 |
JDK-2227618 | 7u40 | Vladislav Karnaukhov | P2 | Closed | Fixed | b01 |
JDK-2227619 | 6u38 | Vladislav Karnaukhov | P2 | Closed | Fixed | b01 |
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Linux 3.1.0-1-amd64 #1 SMP Sun Dec 11 20:36:41 UTC 2011 x86_64 GNU/Linux
EXTRA RELEVANT SYSTEM CONFIGURATION :
Multi-monitor setup, nVidia Corporation GF110 [GeForce GTX 580] (rev a1) 290.10 drivers
A DESCRIPTION OF THE PROBLEM :
If a java window spans over more than one monitor in a multi-monitor setup tooltips always appear on the first monitor, even for components that are displayed on other monitors. This means that the tooltip is not displayed at the location of the related component.
Issue is described also in bugs 7011796, 6453153 and 4825949.
This bug causes the application to look unprofessional to the customer and to them appears to be a bug within the application.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
The issue can be reproduced with any java application that spans over more that one monitor.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Tooltips should appear on the monitor on which the corresponding component is located.
ACTUAL -
The tooltip appears right justified on the 1st monitor even if the component is on the 2nd monitor.
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-2227618 Wrong tooltip location in Multi-Monitor configurations
-
- Closed
-
-
JDK-2227619 Wrong tooltip location in Multi-Monitor configurations
-
- Closed
-
-
JDK-8018972 Wrong tooltip location in Multi-Monitor configurations
-
- Closed
-
- duplicates
-
JDK-4825949 JToolTip in JApplet will place tooltip in wrong monitor
-
- Closed
-
-
JDK-6453153 Tooltips are shown on wrong screen in multi-monitor setups.
-
- Closed
-
-
JDK-7011796 Wrong tooltip location in Multi-Monitor configurations
-
- Closed
-
- relates to
-
JDK-8019920 [macosx] javax/swing/ToolTipManager/7123767/bug7123767.java fail
-
- Closed
-
-
JDK-8024858 Tooltip freezes entire application
-
- Closed
-