TextArea: attempts to wrap text when wrapping is off, flickers

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: jfx19
    • Component/s: javafx
    • None

      Using the MonkeyTester app
      https://github.com/andy-goryachev-oracle/Test/blob/main/src/goryachev/monkey/MonkeyTesterApp.java

      - select TextArea page
      - set text wrap off
      - paste text (with long words?)
      - change width
      It appears TextArea is trying to wrap text momentarily, even though the wrap text property is set to false, resulting in some amount of flicker.


      Edit: similar flickering is seen when changing font (to a much larger size) after JDK-8307117 fix.

            Assignee:
            Andy Goryachev
            Reporter:
            Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: