[Webkit-unassigned] [Bug 61104] [Qt] Signals are not emitted from WebView.onLoadStarted handler when web page is initially loaded.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 06:15:49 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61104


Alexis Menard <alexis.menard at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Alexis Menard <alexis.menard at openbossa.org>  2011-05-23 06:15:50 PST ---
This bus is invalid. Of course the C++ slot won't be called. The connection is made *after* the QML object is created and start to load the page.

When :

QGraphicsObject *rootItem = viewer.rootObject();

is called, it's already too late.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list