On Tue, 9 Jun 2026 15:08:56 GMT, Andy Goryachev <[email protected]> wrote:
>> Yes it is cleaner, currently there is a `getPromptNode()` method for >> `TextField` and `TextArea` only in `TextInputSkinShim`, but adding this new >> method would require us to make a change to many tests, maybe we can do this >> in another ticket and refactor it? what do you think ? > > No, it will not touch the other tests, only their execution. > Basically, instead of two methods `getPromptNode(TextField)` and > `getPromptNode(TextArea)` in the shim, you'll have one - > `getPromptNode(TextInputControl)`. No other changes are needed. Yes I see , I can implement it right here then ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2184#discussion_r3382143956
