QWebview weird behavior on some pages
Hello everybody,
I have following problem:
When I try to open page My eBay 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 (from sources).
Qt version: 4.7.1
OS: Windows 7
Compiler: MSVC 2010
What have I missed when I used QWebView?
Thanks for help
Re: QWebview weird behavior on some pages
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?