On Thu, 21 May 2026 23:12:52 GMT, Andy Goryachev <[email protected]> wrote:
>> I must be blind - I thought that the test previously pressed and pressed >> again. And was wondering what it tried to achieve - just realized that it >> was press -> release. >> >> well, that is probably what happens if you name your test `test_rt_32869` >> and let me guess what it does 🙃 > > point taken. > Rindfleischetikettierungsüberwachungsaufgabenübertragungsgesetz > :-) Thanks for bringing this up (although I don't know if RT really is an abbreviation for **R**indfleische**t**ikettierungsüberwachungsaufgabenübertragungsgesetz) Jokes aside. What I found out is that the `TextField` has no skin yet - so no behavior which can actually consume the send events). <img width="797" height="254" alt="image" src="https://github.com/user-attachments/assets/06478db4-442a-41e2-a72f-c8ab5dbf0170" /> I now completely renamed the test, added javadoc, added more assertions like `assertNotNull(textField.getScene());` and also wrote the same for `TreeTableView`. No more guessing and weird names! ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1935#discussion_r3285003863
