Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357505

RichTextArea: fails to properly save text attributes

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Unresolved
    • Icon: P4 P4
    • jfx25
    • javafx
    • None
    • binary
    • medium
    • This is a breaking change: previously saved rich text documents may not load correctly.
    • File or wire format
    • JDK

      Summary

      Changes the format used by the RichTextArea (more specifically, its RichTextFormatHandler registered with the RichTextModel) to save/load/copy/paste rich text.

      Problem

      An issue was discovered where character attributes were improperly saved.

      Solution

      The solution involves changing the format. The impact is lessened by the fact that RichTextArea is still being incubated.

      Specification

      The new format is documented in https://github.com/andy-goryachev-oracle/Test/blob/main/doc/RichTextArea/RichTextArea_DataFormat_V2.md

      (a copy will be attached to this CSR)

            angorya Andy Goryachev
            angorya Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: