Withdrawn: 8299047: On Ubuntu 22.04 text cursor in TextArea stops blinking after couple of cycles

Tejesh R tr at openjdk.org
Thu Mar 9 10:45:07 UTC 2023


On Thu, 9 Mar 2023 10:21:56 GMT, Tejesh R <tr at openjdk.org> wrote:

> The issue happens only in xrender and not only specific to cursor blink. On analysis the issue found to common to JTextField and not only to cursor blink. The issue seems to be w.r.t Synchronization of toolkit's graphics state, where buffering of graphics events occurred a delayed painting (As explained in bug [JDK-8068529](https://bugs.openjdk.org/browse/JDK-8068529). This occured only when `xrender` graphics rendering is used (linux). Toolkit synchronization at `BasicTextUI` `paintsafely()` helped solve the issue (As suggested in the referred bug) without causing any regressions.
> CI testing results were fine.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/12939



More information about the client-libs-dev mailing list