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) afterJDK-8307117 fix.
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
- relates to
-
JDK-8097060 [Modena, TextArea] Vertical scrollbar appears in TextArea and then disappears
- Resolved
-
JDK-8307117 TextArea: wrapText property ignored when changing font
- Resolved