Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF - Cannot type the character "ě" in input fields (Czech Republic) #4653

Closed
1 task done
karthikrs1993 opened this issue Dec 14, 2023 · 6 comments
Closed
1 task done
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.

Comments

@karthikrs1993
Copy link

karthikrs1993 commented Dec 14, 2023

Is there an existing issue for this?

  • I have searched both open/closed issues, no issue already exists.

CefSharp Version

117.2.40

Operating System

Windows 10

Architecture

x64

.Net Version

.NET 6

Implementation

WPF

Reproduction Steps

Download Czech language pack in Windows 10/11
Change your default language to Czech ( You may chose to use onscreen keyboard for identification of the key stroke)
Launch browser hosted in WPF
Run an angular application with a input box
Type the character "ě" in the input box. This is the character above W key
User will not see the keystroke entered in the input field

Expected behavior

User should be able to use the "ě" in all the fields in the CefSharp browser.

Actual behavior

User is not seeing the keystroke entered in the input field "ě"

Regression?

This last worked in 116.0.230

Known Workarounds

Only copy paste from clipboard on the the CefSharp is working at the moment for that character "ě"

Does this problem also occur in the CEF Sample Application

Yes using WPF/OffScreen command line args

Other information

None

@amaitland amaitland changed the title Cannot type the character "ě" in input fields (Czech Republic) WPF - Cannot type the character "ě" in input fields (Czech Republic) Dec 14, 2023
@amaitland amaitland added the upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. label Dec 16, 2023
@amaitland
Copy link
Member

Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args

Please confirm you've tested with the CEF Sample Application.

cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu

This is probably an upstream bug.

@amaitland
Copy link
Member

Did you test with cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu?

@karthikrs1993
Copy link
Author

We tried with the sample, and it doesn't work. Thanks!

@amaitland
Copy link
Member

If the problem reproduces with the CEF Sample Application (cefclient) then you will need to raise an issue at https://github.com/chromiumembedded/cef/issues

Post a link back here.

@ratiwar
Copy link

ratiwar commented Jan 3, 2024

We tried with CEF Sample Application (cefclient), there also we are able to reproduce.

Here is the ticket - chromiumembedded/cef#3624

@amaitland
Copy link
Member

Here is the ticket - chromiumembedded/cef#3624

Closing this as upstream. Subscribe to the CEF` issue to track progress.

If code changes in CefSharp are required then this can be reopened once the upstream issue has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
Projects
None yet
Development

No branches or pull requests

3 participants