jcefmaven / jcefmaven

Maven artifacts for JCef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Numerical keypad not working correctly

sivelin opened this issue · comments

Describe the bug
An application has an integrated chromium browser integrated with jacef.
When I tip in numbers by using the numerical keypad in the Browser the output is not correct some numbers work some numbers don't and some number use the other functionality of the key (e.g. moving back).

To Reproduce
Steps to reproduce the behavior:

  1. integrated chromium browser with jacef in an application without a header.
  2. Open integrated browser (make sure the browser navigates to an page where you can insert numbers (string)
  3. Insert all number via numerical pad.
  4. Result: Wrong handleling of the number, only some number are inserted and cursor moved around because of move functions.

Expected behavior
All the numbers are inserted.

Environment (please complete the following information):

  • OS: Windows 11
  • Architecture: amd64
  • Version jcef-natives-windows-amd64-jcef-87476e9+cef-110.0.25+g75b1c96+chromium-110.0.5481.78 and older jcefmaven versions 105.3.36.2

Additional context
Using German keyboard

commented