[Webkit-unassigned] [Bug 53243] New: QWebView broken with Google Map Api on Windows.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 08:51:14 PST 2011


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

           Summary: QWebView broken with Google Map Api on Windows.
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thomas.mansencal at gmail.com


This is a cross post from the Qt bug tracker since I don't know where to report that : http://bugreports.qt.nokia.com/browse/QTBUG-16970

The following code doesn't work anymore on Windows in latest Qt Releases. It was working on Qt 4.6.2 on Windows and I have something similar in Python running perfectly on Mac Os X with PyQt 4.8.2 / Qt 4.7.

I'm not sure about the Webkit version that Qt is using, the only thing I found was this in the Qt installation :

This is a snapshot of the Qt port of WebKit from

        git://gitorious.org/qtwebkit/qtwebkit.git

and has the sha1 checksum

        460b651cbe4f6994b492ff08614e57b0e31a24c8


And the failing snippet :

#include <QtGui/QApplication>
#include <QtWebKit>

int main(int argc, char *argv[])
{
    QApplication a(argc, argv);

    QWebView *webview = new QWebView();
    webview->load(QUrl("http://code.google.com/intl/fr-FR/apis/maps/documentation/javascript/examples/map-simple.html"));
    webview->show();
    return a.exec();
}

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