PDA

View Full Version : QWebview weird behavior on some pages



ZaQ
1st December 2010, 14:04
Hello everybody,

I have following problem:
When I try to open page My eBay (http://my.ebay.com/) QWebView loads only first part and nothing shown.
You can reproduce this error on:

QWebView in own application
Demo Web Browser from standard Qt library
Aurora Browser (Compiled package for Windows)
some commercial browsers based on WebKit


But It works on QtWeb (http://code.google.com/p/qtweb/) (from sources).

Qt version: 4.7.1
OS: Windows 7
Compiler: MSVC 2010

What have I missed when I used QWebView?

Thanks for help

jasonliu
15th April 2011, 04:24
Have you found a solution yet?

I've got a similar problem. Actually mine's even worse, my eBay page doesn't even load for me. I just got a blank page.

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

1. Create a QT Gui project
2. Drag a QTWebview 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, and click on My eBay link, and you get a blank page.

Can anyone help?