Is there an existing issue for this?
CefSharp Version
128.4.90
Operating System
Windows 10
Architecture
x64
.Net Version
.Net4.8
Implementation
WPF
Reproduction Steps
We implemented the IKeyboardHandler interface, where its methods (OnKeyEvent and OnPreKeyEvent) consistently return false and press any shortcut keys like ctrl+s
Expected behavior
In version 127.3.50, regardless of the shortcut keys pressed, they do not function as intended.
Actual behavior
After upgrading to version 128.4.90, all shortcut keys operate correctly.
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
We are interested in understanding why the behavior has changed and What modifications do we need to make in the code to ensure it functions as it did previously?
Is there an existing issue for this?
CefSharp Version
128.4.90
Operating System
Windows 10
Architecture
x64
.Net Version
.Net4.8
Implementation
WPF
Reproduction Steps
We implemented the IKeyboardHandler interface, where its methods (OnKeyEvent and OnPreKeyEvent) consistently return false and press any shortcut keys like ctrl+s
Expected behavior
In version 127.3.50, regardless of the shortcut keys pressed, they do not function as intended.
Actual behavior
After upgrading to version 128.4.90, all shortcut keys operate correctly.
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
We are interested in understanding why the behavior has changed and What modifications do we need to make in the code to ensure it functions as it did previously?