Open
Description
Original report by Joe Lauer (Bitbucket: jlauer, GitHub: jlauer).
Hey @magreenblatt,
In Java-Cef's onBeforePopup() method, the native code checks this first:
if (browser->GetHost()->IsWindowRenderingDisabled()) {
// Cancel popups in off-screen rendering mode.
return true;
}
Is there a reason why popups would be disabled if in OSR-mode? Happy to submit a PR fix if this is simply legacy/forgotten code.