On Wed, 8 Feb 2023 22:46:00 GMT, Phil Race <p...@openjdk.org> wrote: > We surely don't want to keep the old blink rate just because a component is > non-editable ?
When we receive focus on non-editable component we set blink rate to 0 to stop caret blinking. If we do not add this condition then we immediately clear off the saved blink rate. ------------- PR: https://git.openjdk.org/jdk20/pull/122