JDK-8203371 : [unix] Component.getLocation() gives inconsistent coordinate for a component at (0,0)
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9,10,11
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • CPU: generic
  • Submitted: 2018-05-17
  • Updated: 2023-10-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
The bug reported on macOS JDK-8201364 can be reproduced on the linux/solaris as well.

To reproduce the bug run this test:
test/jdk/java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java

Note that it is necessary that menu/dock should be configured to be always visible.