[webkit-qt] Web Inspector GUI lock problem (Bug 71271)
Andrew Webster
apwebster at gmail.com
Thu May 17 06:29:26 PDT 2012
On Mon, May 14, 2012 at 5:08 AM, Tsarko Yaroslav
<eriktsarko at googlemail.com> wrote:
> Greetings everyone!
>
> Does anyone know why the problem Bug 71271: [Qt] Web Inspector: local
> inspector client UI becomes unresponsive on debugger pause during
> (https://bugs.webkit.org/show_bug.cgi?id=71271) is still in UNCONFIRMED
> state? I suppose this is a very important problem, the script debugger is
> unusable because of it. Are there any working patches that fix it?
You could try:
--- InspectorClientQt.cpp
+++ InspectorClientQt.cpp
@@ -63,6 +63,7 @@
: QWebPage(parent)
{
connect(mainFrame(), SIGNAL(javaScriptWindowObjectCleared()),
SLOT(javaScriptWindowObjectCleared()));
+ QWebPagePrivate::priv(this)->page->setGroupName(String());
}
QWebPage* createWindow(QWebPage::WebWindowType)
>
> --
> Thanks,
> Yaroslav
>
>
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>
More information about the webkit-qt
mailing list