Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Enter-Key in JavaScript KeyUp not working #22

Closed
strikeflare opened this issue May 3, 2016 · 1 comment
Closed

Enter-Key in JavaScript KeyUp not working #22

strikeflare opened this issue May 3, 2016 · 1 comment

Comments

@strikeflare
Copy link

strikeflare commented May 3, 2016

It looks like in branch 2454, the key up event will not be fired on Enter-key from the browser.

If I do something like this in a HTML page

myTextField.onkeyup = function (e) { console.log("keyup: " + e.keyCode); }

and click any key, it will work for all keys except for the Enter key. The browser only fires keypress and keydown events for this key.

I compared it with a CEF3 test app. There it has worked just fine.
You can download it from here: CEF Builds on "Branch 2454" > "Test App".

For testing this event, I uploaded a Test HTML page with a JQuery file:
TestPage.zip

Is this a bug or did I miss something?

hgourvest added a commit that referenced this issue May 3, 2016
@yan871366176
Copy link

Hello, chrome current version is already 50, can be upgraded at any time DCEF3 version?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants