RFR: 8322748: Caret blinking in JavaFX should only stop when caret moves [v2]

Andy Goryachev angorya at openjdk.org
Fri Feb 16 19:31:05 UTC 2024


On Fri, 16 Feb 2024 19:23:00 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

> I think those tests should be unit tests, not via Robot

Preferably, yes.  If something can be tested via headless unit tests, it should be done so, you are absolutely right.

Some tests, however, require a fully rendered skin - for example, PgUp in a TextArea.  I suspect only 10-20% of all the tests will require a headful environment.

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

PR Comment: https://git.openjdk.org/jfx/pull/1368#issuecomment-1949198317


More information about the openjfx-dev mailing list