[Interest] QtWebKit and open URL in new tab window

Konstantin Tokarev annulen at yandex.ru
Wed Nov 22 11:35:38 CET 2017



22.11.2017, 12:29, "neel patel" <neel5481 at gmail.com>:
> Yes. you are right. There was no delete of QWebPage while closing the tab and once i implemented memory free - now signal is coming. Thanks for your input.
>
> But in QWebEngine also we are getting "createWindow" callback. I have tried same by deleting QWebEnginePage of QWebEngineView but result is not same as WebKit. Any pointer I can try ?

Do you get this with target="_new"?

If yes, as I said before, you cannot rely on this behavior in general case,
as "_new" is just frame name (and fyi this functionality is deprecated in HTML 5).
Just use _blank.


-- 
Regards,
Konstantin



More information about the Interest mailing list