[Webkit-unassigned] [Bug 82506] [Qt][WK2] QQuickWebView fails to load an url if the same url is requested again to be loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 11:38:30 PDT 2012


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





--- Comment #9 from Marcelo Lira <marcelo.lira at openbossa.org>  2012-04-04 11:38:29 PST ---
(In reply to comment #8)
> (In reply to comment #6)
> > (In reply to comment #5)
> > > [...] I believe when user really wants to trigger a reload, then he should use the reload function, instead of view.url = view.url.
> > 
> > Exactly!
> I agree that the nop is the behavior that makes sense.
> In any case, the problem remains that there will be times when QQuickWebView will not know which url it is loading, because it calls webPageProxy->loadURL(url) and it has to wait for the readying of the frame before being able to ask the url again. (I mean, it may ask
> I think the solution to this is to store the url also in the QQuickWebView (and update it when there are redirections, etc) so that we may compare it to new requests, and also always answer when QQuickWebView::url() is called.

>From the point of view of my last comment, this one is related to bug 77554.

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