On Fri, 28 Apr 2023 06:32:04 GMT, Karthik P K <k...@openjdk.org> wrote:

> The text getting wrapped in TextArea of Monkey Tester without selecting wrap 
> text option initially could be Monkey tester issue?

I wonder if this is a product bug.  In some cases, a change in one of the 
properties in the property sheet results in a complete rebuilding of the 
control, but not in `TextAreaPage`.  There, the same `TextArea` is used, so I'd 
expect it to work correctly.

Here is the scenario:

- select TextArea page
- select Long text, size 12
- turn off Wrap Text
- change size to 48
Observe text being wrapped despite the wrap property being off.

Created [JDK-8307117](https://bugs.openjdk.org/browse/JDK-8307117)

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1097#issuecomment-1527778542

Reply via email to