On Thu, 13 Mar 2025 21:58:16 GMT, Andy Goryachev <ango...@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 <ango...@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