RFR: 8299335: Monkey Tester Application [v9]

Andy Goryachev angorya at openjdk.org
Fri Apr 28 16:19:26 UTC 2023


On Fri, 28 Apr 2023 06:32:04 GMT, Karthik P K <kpk at 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


More information about the openjfx-dev mailing list