[Webkit-unassigned] [Bug 37847] QWebPage::linkClicked() should give an indication of the target frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 4 05:26:42 PDT 2010


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME
                 CC|                            |hausmann at webkit.org




--- Comment #1 from Simon Hausmann <hausmann at webkit.org>  2010-06-04 05:26:42 PST ---
Indeed, linkClicked() doesn't provide this functionality. But you can easily get the information you're looking for by re-implementing QWebPage::acceptNavigationRequest. Its default implementatino is the place where linkClicked() is emitted from. This function has the target QWebFrame as a parameter.

-- 
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