[Rev 02] RFR: 8207759: VK_ENTER not consumed by TextField when default Button exists

Ajit Ghaisas aghaisas at openjdk.java.net
Mon Dec 16 08:53:11 UTC 2019


On Mon, 16 Dec 2019 08:53:10 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:

>> This is a fix for https://bugs.openjdk.java.net/browse/JDK-8207759
>> 
>> The issue is that default/cancel button on a scene are triggered even though a onKeyPressed handler for ENTER/CANCEL consumes the keyEvent. See the bug for details on both cause and fix.
>> 
>> There are additional/changed tests to verify the fix. All old tests are passing.
> 
> The pull request has been updated with 1 additional commit.



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

Marked as reviewed by aghaisas (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/15


More information about the openjfx-dev mailing list