We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
130.1.90
Windows 11
x64
Net 4.8
WPF
Create simple index HTML file with only
<script> document.addEventListener('paste', (event) => { console.log('Paste event detected!'); }); </script>
to log the copy paste event on to the console
when pressing crtl+c - crtl+v the event should just occure once
the paste event is triggert twice. In my case when i use Blockly with Cefsharp it's create 2 Blocks instead of 1
No response
Don't know any yet, only disable the copy paste shortcut
Yes using WPF/OffScreen command line args
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
CefSharp Version
130.1.90
Operating System
Windows 11
Architecture
x64
.Net Version
Net 4.8
Implementation
WPF
Reproduction Steps
Create simple index HTML file with only
to log the copy paste event on to the console
Expected behavior
when pressing crtl+c - crtl+v the event should just occure once
Actual behavior
the paste event is triggert twice. In my case when i use Blockly with Cefsharp it's create 2 Blocks instead of 1
Regression?
No response
Known Workarounds
Don't know any yet, only disable the copy paste shortcut
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
No response
The text was updated successfully, but these errors were encountered: