JDK-8355073 : [Linux] View size glitch when resizing past max window size
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: jfx24
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-04-19
  • Updated: 2025-04-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
tbdUnresolved
Related Reports
Relates :  
Description
When a window has a maximum size constraint set using setMaxWidth() and setMaxHeight(), attempting to resize the window programmatically (e.g., via stage.setWidth() or stage.setHeight()) beyond the defined maximum results in incorrect view rendering.

Although the window size remains visually constrained, the layout/view may behave as if it has been resized beyond the limits.