[Webkit-unassigned] [Bug 58727] New: [Qt] QWebView can not show eBay pages correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 16 02:06:38 PDT 2011


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

           Summary: [Qt] QWebView can not show eBay pages correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhiyiliu at yahoo.com


For some eBay pages, QWebView always shows blank page. I've checked the LoadFinished signal, and the OK is false. The same pages can be rendered correctly on popular browsers, such as IE, Safari or Chrome. I can consistently reproduce the problem both on Windows and Ubuntu Linux.

Here's how to reproduce it (a 2 minute effort),

1. Create a QT Gui project
2. Drag a QWebView widget to the form
3. In the MainWindow constructor, add ui->webView->setUrl(QUrl("http://www.ebay.com"));
4. Now run your project
5. Login to eBay in your app, click on the top-right "My eBay" link, and you get a blank page.

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