-
Notifications
You must be signed in to change notification settings - Fork 173
Description
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
- Go to any web site where you can download a file '...'
- 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.

Versions (please complete the following information):
- OS: windows 11
- Java Version: Amazon corretto-11.0.24_8.
- JCEF Version: commit 7e0ef9d 11 nov 2024 (build using fork of https://github.com/jcefmaven/jcefmaven)
- CEF Version: [CEF 130.1.9+gfc42567+chromium-130.0.6723.70]
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 !