When TextArea with empty text textProperty binding on some other text(like TextField.textProperty) and the text length increases up to value bigger than value of TextArea width the caret moves to the next line. But it's expected that caret stay in first line.
To represent
- unzip&run attached project
- type some text in TextArea
- press first "Attach" button 8-10 times.
To represent
- unzip&run attached project
- type some text in TextArea
- press first "Attach" button 8-10 times.
- relates to
-
JDK-8117356 Incorrect TextArea behaviour with binding: empty area
- Closed