Open
Description
Original report by Dominic E. (Bitbucket: Dominic E.).
What steps will reproduce the problem?
- create a jcef project. implement some handler, e.g. downloadhandler
- run project
- create/open with javascript a new window -> open("http://google.com");
- navigate with javascript window to a page where you can dl sth
What is the expected output? What do you see instead?
- dl doesn't start
- No harm done
What version of the product are you using? On what operating system?
- jcef 2171 (MacOsX) and 2357 (Windows)
Does the problem reproduce with the JCEF simple or detailed sample application at the same version?
- yes
How about with a newer or older version?
- only tried 2171 and 2357
Does the problem reproduce with the cefclient or cefsimple application at the same version?
- no, in cpp it will be handled but not passed to java
Some more information: MagPCSS