Page 1 of 1

OSR renderer bug when clicking on target='_blank' links

PostPosted: Thu Jul 20, 2017 2:00 am
by JohnConnor
Hello,

When using OSR renderer there is one inconsistency when clicking on a link, which has target="_blank" - it pops this out into new visible window even though all the environment is to OSR. Other popup window appear normally (without UI) and I can get these by getting the right browser.
I am using CEFGlue 57.1.0.0 (cef build 3.2987.1601)

Any thoughts?

Re: OSR renderer bug when clicking on target='_blank' links

PostPosted: Thu Jul 20, 2017 3:43 am
by fddima
If you saying about OSR sample project, then it limited, and you just should handle properly OnBeforePopup.

Re: OSR renderer bug when clicking on target='_blank' links

PostPosted: Fri Jul 21, 2017 1:22 am
by JohnConnor
Sounds fair enough.
Will try that.
Thanks!

Re: OSR renderer bug when clicking on target='_blank' links

PostPosted: Fri Jul 21, 2017 3:58 am
by JohnConnor
Worked as expected.
Thanks again!