JDK-8115503 : Mac: Resizing on window on mac is drawing on top of the window trim
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.1
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2012-01-31
  • Updated: 2015-06-17
  • Resolved: 2012-02-22
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
fx2.1Resolved
Related Reports
Duplicate :  
Relates :  
Description
run the FXML-Login demo and resize the window.  Notice on the top right corner that when resizing the window trim disappears.  We should not draw on top of the operating system window trim.
Comments
Duplicate of RT-19342
22-02-2012

We need to make sure that we do not flush a repaint during which the window size changed - ie. Glass View.unlock API takes "flush" as parameter. This is something a Glass client needs to make sure of, ie. Quantum.
01-02-2012

Seems to be live-resizing related. This actually may be an issue in Quantum rather than in Glass.
01-02-2012