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

In the CEF 130.1.9 update downloading files from the JCEF browser causes an empty popup window to appear #490

Open
adriaanse-deltares opened this issue Dec 4, 2024 · 0 comments
Labels
bug Bug report

Comments

@adriaanse-deltares
Copy link

Describe the bug
I suppose related to recent changes in the Alloy runtime mode, an empty, modal Java window pops up when the user downloads a file with the typical "save file"" dialog on top of it.

Also, the CefClient.onBeforeDownload no longer works as the browser parameter is null

To Reproduce
Steps to reproduce the behavior:
0. Using Windows 11, I have not tested this on linux yet

  1. Go to any web site where you can download a file '...'
  2. Click on the file to download it and two dialog windows will pop up instead of just one

Expected behavior
only the file dialog would pop up.

Screenshots
If applicable, add screenshots to help explain your problem.
download

Versions (please complete the following information):

Additional context
Does the problem reproduce with the JCEF simple or detailed sample application at the same version?

Yes, except that here only a blank window pops up, no file dialog.

Does the problem reproduce with the CEF cefclient or cefsimple sample application at the same version?

Yes, behaviour of tests.simple.MainFrame and tests.detailed.MainFrame are the same

Does the problem reproduce with Google Chrome at the same version?

Add any other context about the problem here.

I see no other issues related to the changes in the Alloy runtime mode, looking good !

@adriaanse-deltares adriaanse-deltares added the bug Bug report label Dec 4, 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