JDK-8364626 : WebView separates Persian words incorrectly
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u451,jfx24.0.1,jfx25
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2025-08-04
  • Updated: 2025-08-05
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
Causes :  
Description
breaking them into individual characters or disjointed segments, so the characters are not connected as they should be.

This happens starting WebKit 620.1, while 619.1 and earlier versions do it correctly.

To reproduce, run the following test with JavaFX 24, and it will produce the output from picture 'correct output.png'.

Then run with JavaFX 24.0.1 or head, and it will produce the output from picture 'wrong output.png'.