-
Bug
-
Resolution: Fixed
-
P2
-
8
-
OS X 10.8 macmini4,1
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8180998 | openjdk7u | Unassigned | P2 | Resolved | Fixed | master |
In jdk8 b112 there seems to be a regression on OS X.
Run the attached test. It will show a Window with invisible Frame parent correctly at the center of the screen. Wait for 3 seconds for printout. With b111 and earlier, there will be a correct location point reported.
However with b112, there will be always 0.
Works OK on Linux.
Run the attached test. It will show a Window with invisible Frame parent correctly at the center of the screen. Wait for 3 seconds for printout. With b111 and earlier, there will be a correct location point reported.
However with b112, there will be always 0.
Works OK on Linux.
- backported by
-
JDK-8180998 [macosx] getLocationOnScreen returns 0 if parent invisible
- Resolved