- 
    Bug 
- 
    Resolution: Unresolved
- 
     P3 P3
- 
    8, 9
- 
    OEL 7.1 Gnome 3 
                    Compile and run the attached test (2 files and a picture) on OEL 7.1 in multiscreen mode (I'm not sure if it is reproducible on a single screen: the insets bug JDK-8134669 is not).
Eventually it will push a java.awt.Window to fullscreen mode and query its location by getLocationOnScreen.
Now, Window.toString() reports it as [0,0,couple-of-big-numbers] with zeros in parent coordinate system but getLocationOnScreen() reports [0,top-inset-size] ( in my case, [0, 28] ).
Note also, that getInsets() return all zeros (seeJDK-8134669).
Reproducible at least on jdk9 and 8 so that may be some JDK+Gnome 3 issue.
Eventually it will push a java.awt.Window to fullscreen mode and query its location by getLocationOnScreen.
Now, Window.toString() reports it as [0,0,couple-of-big-numbers] with zeros in parent coordinate system but getLocationOnScreen() reports [0,top-inset-size] ( in my case, [0, 28] ).
Note also, that getInsets() return all zeros (see
Reproducible at least on jdk9 and 8 so that may be some JDK+Gnome 3 issue.
- relates to
- 
                    JDK-8134669 Empty screen insets in Gnome 3, OEL 7 in multiscreen mode -           
- Resolved
 
-