Page 1 of 1

Popup about:blank#blocked

Posted: Wed May 22, 2019 6:43 pm
by xpert13
Hello.

There is popup on the site and when I try to open it via CEF a got "about:blank#blocked" in targetUrl of OnBeforePopup event. I think CEF block this popup. How can I fix it?

Re: Popup about:blank#blocked

Posted: Wed May 22, 2019 8:06 pm
by salvadordf
Hi,

If that popup is loading a page from a local file then read this thread :
https://www.briskbard.com/forum/viewtopic.php?t=773

Or perhaps this is what's happening :
https://bitbucket.org/chromiumembedded/ ... wrong-page

Re: Popup about:blank#blocked

Posted: Sat May 25, 2019 9:29 am
by xpert13
I found the reason: website JS create new popup window with blank URL and manipulate with location later.