Bug 44536 - Different behaviour QWebView::load and QWebView::reload
Summary: Different behaviour QWebView::load and QWebView::reload
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: PC Windows XP
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 10:51 PDT by Jacek
Modified: 2014-01-28 20:31 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek 2010-08-24 10:51:06 PDT
I use QWebView class from Qt SDK 2010.04. I am not sure which version of WebKit it includes.

When I invoke QWebView::load (with URL as parameter) then loadFinished signal is emited (this is correct). But when I invoke QWebView::reload, then loadFinished is not emited (this is wrong).
Comment 1 Gopal Raghavan 2011-01-26 12:30:51 PST
This is not reproducible with Qt 4.7.2.
I also tried it with Qt 4.8-release and webkit r76636. Not reproducible.
--
Gopal