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

Application Freeze on right-click when OSR is enabled #494

Open
nprice-flextrade opened this issue Dec 12, 2024 · 0 comments
Open

Application Freeze on right-click when OSR is enabled #494

nprice-flextrade opened this issue Dec 12, 2024 · 0 comments
Labels
bug Bug report

Comments

@nprice-flextrade
Copy link

Describe the bug
When OSR is enabled, right-clicking and showing the native context menu will freeze the entire application.

To Reproduce
Steps to reproduce the behavior:

  1. Modify simple/MainFrame.java to enable useOsr
  2. Run it as normal
  3. Right click on the page displayed
  4. The native context menu is shown, but the application then freezes - it is not possible to select anything on that menu, nor to dismiss the menu by clicking elsewhere.

Expected behavior
The native context menu should be shown, and should behave as it does when OSR is not enabled.

Versions (please complete the following information):

  • OS: Windows 11
  • Java Version: OpenJDK 21
  • JCEF Version: 127.3.1.329
  • CEF Version: 127.3.1

Additional context
Reproducible on either Simple or Detailed sample app

After the application freezes, the Windows error message dialog is shown, offering the ability to abort the application.

@nprice-flextrade nprice-flextrade added the bug Bug report label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant