RFR: 8301121: RichTextArea Control (Incubator) [v63]
Andy Goryachev
angorya at openjdk.org
Tue Dec 17 19:36:55 UTC 2024
On Tue, 17 Dec 2024 18:30:57 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review comments
>
> modules/jfx.incubator.input/src/main/java/jfx/incubator/scene/control/input/InputMap.java line 287:
>
>> 285: * {@link #register(KeyBinding, Runnable)},
>> 286: * {@link #registerKey(KeyBinding, FunctionTag)},
>> 287: * or registered by the skin.
>
> The "or registered by the skin" part seems doesn't seem right to me. Is that really what happens? And if so, why is it the right thing to do?
this call disables the key binding, regardless of who registered it.
the use case example is Eclipse's "Unbind Command":

-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1524#discussion_r1889109521
More information about the openjfx-dev
mailing list