JDK-8209764 : JavaFX/Monocle - Partial Screen Capture Broken
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: openjfx11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-08-20
  • Updated: 2020-11-12
  • Resolved: 2018-08-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
openjfx11.0.10Fixed
Related Reports
Relates :  
Description
The (partial) screen capture for the Monocle robot has been broken since JDK-8090763. The array indexing logic for filling the array that holds the partial screen capture was wrong. It is corrected by the fix in https://github.com/javafxports/openjdk-jfx/pull/155.
Comments
Changeset: d8330260200b Author: mennen Date: 2018-08-21 11:43 -0700 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/d8330260200b 8209764: JavaFX/Monocle - Partial Screen Capture Broken Reviewed-by: kcr, jvos
21-08-2018

Review is on GitHub: https://github.com/javafxports/openjdk-jfx/pull/155
21-08-2018