RFR: 8351878: RichTextArea: copy/paste issues [v3]

Andy Goryachev angorya at openjdk.org
Tue Mar 25 21:02:16 UTC 2025


On Tue, 25 Mar 2025 14:53:25 GMT, Ziad El Midaoui <zelmidaoui at openjdk.org> wrote:

> The font and size are not applied

Thank you, the screenshot helped!

The problem was in the way HTML text was copied to Outlook (for some reason, Outlook prioritizes HTML over RTF when pasting).  The font sizes in HTML were using points (`pt.`) instead of pixels (`px.`).

In addition to that, copying to HTML did not process boolean attributes correctly.

Thank you for finding these issues!

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1735#issuecomment-2752533627


More information about the openjfx-dev mailing list