yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

enter keyevent not handled in javascript #141

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Download and run latest distribution

What is the expected output? What do you see instead?

In input field , when hint enter key, it nothing happens.  there is no JS 
onchange event up.

you can test with this page : 
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_submit

What version of the product are you using? On what operating system?

jcef_binary_3.1750.1738.91_linux64
ubuntu 14.04 x64
JDK7u72 x64

Please provide any additional information below.

it seems that java receives the keycode 0x0A  but javascript expected 0x0D.

with Chromiumembbeded version it works properly.

Original issue reported on code.google.com by philippe...@gmail.com on 15 Dec 2014 at 9:46

GoogleCodeExporter commented 8 years ago
any idea ?

Original comment by philippe...@gmail.com on 19 Jan 2015 at 2:52

GoogleCodeExporter commented 8 years ago
JCEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/java-cef/issue/141

Original comment by magreenb...@gmail.com on 18 Mar 2015 at 6:01