Integrated: 8351878: RichTextArea: copy/paste issues
Andy Goryachev
angorya at openjdk.org
Mon Apr 7 16:03:17 UTC 2025
On Thu, 13 Mar 2025 21:58:16 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Fixed several issues found in importing RTF text:
>
> - charset translation (brought back removed code)
> - missing font size attribute
> - missing strike-through attribute
>
> Also, HTML copy suffered from the following issues:
>
> - incorrect font size
> - incorrect handling of boolean character attributes (bold, italic, etc.)
>
> The charset issue was caused by my removal of the character decoder code present in the original JDK RTF parser/reader. Why did I do that?
>
> This PR does not add import of RTL paragraph attribute needed to align RTL text correctly.
This pull request has now been integrated.
Changeset: 1b26b66e
Author: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/1b26b66ee984462825263c896ea86f502e5fd269
Stats: 612 lines in 7 files changed: 585 ins; 1 del; 26 mod
8351878: RichTextArea: copy/paste issues
Reviewed-by: lkostyra, zelmidaoui
-------------
PR: https://git.openjdk.org/jfx/pull/1735
More information about the openjfx-dev
mailing list