RFR: 8245053: Keyboard doesn't show when TextInputControl has focus
Jeanette Winzenburg
fastegal at openjdk.java.net
Tue May 19 09:25:46 UTC 2020
On Tue, 19 May 2020 08:08:44 GMT, Abhinay Agarwal <github.com+3197675+abhinayagarwal at openjdk.org> wrote:
>> out off my home-zone here, just fyi and in case it might be relevant to android skins as well: there's an umbrella
>> issue to cleanup skin implementations [JDK-8241364](https://bugs.openjdk.java.net/browse/JDK-8241364) - both the
>> android text skins look like leaking in the manually registered focus listener (not introduced here) and the
>> eventHandler added here. Probably should be removed manually in dispose (or in the case of the focusListener,
>> registered via skin api).
>
> @kleopatra Done!
wondering if there is any way to include android specific skins in unit testing? For all (nearly, htmlEditor excluded
;) others we have a test to guard against contract violations (and will soon have tests for memory leaks).
-------------
PR: https://git.openjdk.java.net/jfx/pull/219
More information about the openjfx-dev
mailing list