JDK-8298500 : Create test to initially show stage with various attributes (iconified, maximized, full screen)
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: jfx19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-12-09
  • Updated: 2023-09-30
  • Resolved: 2023-09-21
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
jfx22 b10Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
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).
Comments
Changeset: 658c8331 Author: Lukasz Kostyra <lkostyra@openjdk.org> Date: 2023-09-21 08:48:39 +0000 URL: https://git.openjdk.org/jfx/commit/658c833179dffb68893375b8bad90b7906f479b3
21-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1240 Date: 2023-09-13 11:37:39 +0000
13-09-2023