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

TextInputControl should not notify content listeners on intermediate values when replacing text

XMLWordPrintable

      When selecting some text in a text input control and typing an input character, the TextProperty first fires a delete event, and then an insert event.

      The TextInputControl.Content interface needs a boolean added to the delete() and insert() methods to say whether listeners should be notified. The boolean value should be false for intermediate actions.

            leifs Leif Samuelsson (Inactive)
            leifs Leif Samuelsson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: