[Webkit-unassigned] [Bug 73826] New: [Qt] request parameter of QQuickWebView::navigationRequested is not a registered type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 05:18:19 PST 2011


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

           Summary: [Qt] request parameter of
                    QQuickWebView::navigationRequested is not a registered
                    type
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org
                CC: vestbo at webkit.org, laszlo.1.gombos at nokia.com,
                    jesus at webkit.org, alexis.menard at openbossa.org,
                    cmarcelo at webkit.org


At run-time the request parameter of void navigationRequested(QObject* request) is actually of type NavigationRequest:


class NavigationRequest : public QObject {
    Q_OBJECT
    Q_PROPERTY(QUrl url READ url CONSTANT FINAL)
    Q_PROPERTY(int button READ button CONSTANT FINAL)
    Q_PROPERTY(int modifiers READ modifiers CONSTANT FINAL)
    Q_PROPERTY(int action READ action WRITE setAction NOTIFY actionChanged FINAL)


Q_SIGNALS:
    void actionChanged();

};

This type should be registered with QML in order to support QML type revisions.

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