On Tue, 17 Oct 2023 12:15:14 GMT, Karthik P K <k...@openjdk.org> wrote:

> Because of a missing conditional check in the `updateTextPos()`,  the 
> `textTranslateX` value was not getting updated when TextField size was 
> changed as a result of resizing window.
> 
> Updated the CENTER and LEFT cases in the `updateTextPos()` method to fix the 
> issue.
> 
> The fix can be validated using MonkeyTester.
> Steps to select TextField option in Monkey Tester.
> 
> - Open the MonkeyTester app and select TextField from the left option pane.
> - Select Long from Text selection option and TOP_LEFT from Alignment dropdown.
> - After above step, follow the steps given in the bug to validate the fix in 
> monkey tester.

This pull request has now been integrated.

Changeset: 9b93c962
Author:    Karthik P K <k...@openjdk.org>
URL:       
https://git.openjdk.org/jfx/commit/9b93c962f45e5cf0b3a9f1090f307603be130a0e
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8205067: Resizing window with TextField hides text value

Reviewed-by: angorya

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

PR: https://git.openjdk.org/jfx/pull/1263

Reply via email to