JDK-8258697 : TextFlow: methods copied from Region have diverged
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8,openjfx11,openjfx16
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2020-12-18
  • Updated: 2020-12-18
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 :  
Relates :  
Description
As of now, this is a theoretical problem that was noticed during the review of JDK-8211294. See https://git.openjdk.java.net/jfx/pull/308.

As part of the initial implementation of TextFlow, a few package-scope methods were copied from Region. At least one follow-on fix, JDK-8120722, that modified those methods in Region was not propagated to TextFlow. It is not known whether this causes any actual problems, but it should be evaluated.