-
Notifications
You must be signed in to change notification settings - Fork 155
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
DownloadHandler does not work with JS opened popup window #175
Comments
Original comment by Dominic E. (Bitbucket: Dominic E.). The problem exists in latest jcef (2454), too. |
Original comment by Dominic E. (Bitbucket: Dominic E.). @magreenblatt All requests will be handled in cpp but none of them will be passed to java |
Are the DownloadHandler methods in download_handler.cpp called when you start the download from the popup window? That would be a good place to start for debugging the problem. |
Original comment by Dominic E. (Bitbucket: Dominic E.). This is how I handle downloads at the moment:
Either here
or here
it crashes (I don't know anymore) |
Original comment by János Gerevich (Bitbucket: JohnTheHun, GitHub: JohnTheHun). The Downloadhandler still doesn’t carry over in jcef version 3.3538.199.gd64cd6c I have also created a forum topic here about this but received no useful reply: https://magpcss.org/ceforum/viewtopic.php?f=17&t=16560 Is there any solution to this? Or do I have to create a custom mechanism to handle creation of popups to use my Downloadhandler in popups? Thank you! |
|
Original report by Dominic E. (Bitbucket: Dominic E.).
What steps will reproduce the problem?
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Does the problem reproduce with the JCEF simple or detailed sample application at the same version?
How about with a newer or older version?
Does the problem reproduce with the cefclient or cefsimple application at the same version?
Some more information: MagPCSS
The text was updated successfully, but these errors were encountered: