RFR: 4512626: Non-editable JTextArea provides no visual indication of keyboard focus
Sergey Bylokhov
serb at openjdk.org
Thu Dec 8 08:29:52 UTC 2022
On Thu, 8 Dec 2022 05:28:31 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
> > If that is not possible I suggest providing that functionality so applications will be able to use that. Probably even provide some predefined cursors, like "faded"/"blurred"/nonblinked/etc. That could be configured per L&F as well.
> That would be a nice feature to have but right now we have an issue where default behaviour of the component defies the VPAT guidelines.
I am not sure that changing the default behavior of all text components(including embedded to other components) to use a non-blinking cursor is a good idea, you can convince me if you find someone who uses the same approach, any applications? Probably at least for the native look&feels we can use the same behavior as the native default components win32/cocoa/gtk.
-------------
PR: https://git.openjdk.org/jdk/pull/11408
More information about the client-libs-dev
mailing list