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

[RichTextEditor] Allow rich text in text fields

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • fx2.0
    • javafx
    • None

      It is sometimes necessary to style individual words or characters of a text field. Examples include

      1. Underlining invalid parts of input (misspelled words with a wavy underline for instance)
      2. Emphasizing something as being a recognized entity such as a key as in: "Employee *234765*".

      One way of doing this would be to allow support for the <span> tag as if the document model was HTML. This would allow me to decouple the styling into a .css file. Usage example:

      messageTextField.setText("Let's go out <span class="misspelled>tonght</span>");

            Unassigned Unassigned
            risaksen Randahl Isaksen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: