You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
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):
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 !
The text was updated successfully, but these errors were encountered: