Hello,
I hit an infinite loop by opening a new tab, by rightclick on a link which
wants to open a new window.
The attached patch avoids this for me.
Thanks,
Johannes
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 80eb6bd..27991f6 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -88,7 +88,7 @@ WebPage *WebPage::createWindow(QWebPage::WebWindowType type)
{
kDebug() << "WebPage createWindow slot";
- return createWindow(type);
+ return newWindow(type);
}
_______________________________________________
rekonq mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/rekonq