RFR: 8205067: Resizing window with TextField hides text value [v2]
Karthik P K
kpk at openjdk.org
Thu Oct 26 06:06:44 UTC 2023
On Wed, 25 Oct 2023 15:28:14 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Can you provide an automated test for this fix?
I agree on the points shared by @andy-goryachev-oracle on this.
I also tried to write both unit test and system test but couldn't succeed because the issue could not be reproduced in the unit test framework and there is no convenient way to figure out the actually text position on changing the text field size in system test.
Monkey tester seems to test many scenarios related to this bug.
Created [JDK-8318860](https://bugs.openjdk.org/browse/JDK-8318860) to add wider range of tests as suggested above.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1263#issuecomment-1780465816
More information about the openjfx-dev
mailing list