-
Bug
-
Resolution: Fixed
-
P4
-
jfx19
-
b10
While testing the fix for JDK-8260528, I discovered that we didn't have a test that displayed an initially iconified Stage and verified that it was, in fact, iconified. A recently added test has now accidentally done this, but we should have a more explicit test for all of these attributes. At least the following are needed: iconified, maximized, fullscreen.
The tests can probably go in javafx.graphics in the test.javafx.stage package (unless some robot interaction is needed).
The tests can probably go in javafx.graphics in the test.javafx.stage package (unless some robot interaction is needed).
- relates to
-
JDK-8310029 [windows] Stage set to iconified before being shown is briefly displayed on screen
- Open
-
JDK-8316425 [linux] Stage.setMaximized() before show() does not persist
- Open
-
JDK-8316419 [macos] Setting X/Y makes Stage maximization not work before show
- Resolved
-
JDK-8316423 [linux] Secondary Stage does not respect Scene's dimensions when shown
- Resolved
-
JDK-8305675 [macos] Stage set to iconified before being shown is displayed on screen
- Resolved
-
JDK-8260528 Clean glass-gtk sizing and positioning code
- Resolved
(1 relates to, 2 links to)