[Webkit-unassigned] [Bug 49650] REGRESSION: [Qt] QNetworkReply delivered by the unsupportedContent() signal does not contain downloaded data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 18:30:52 PST 2011


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





--- Comment #8 from Jan Erik Hanssen <jhanssen at gmail.com>  2011-01-19 18:30:51 PST ---
(In reply to comment #7)
> Jan, could you confirm whether this is the same problem as what you described? Have you guys have any update or workaround on this?

That does sound like the same issue, yes.

If you control your local WebKit source then you could always revert to using QueuedConnection in QNetworkReplyHandler.cpp, I believe the change to AutoConnection was done for performance reasons and you should have no other issues with doing this than things getting a bit slower.

Another possible solution (though I can't say for sure this will work) could be to not open your dialog in a slot connected to unsupportContent(), but instead do a queued slot invokation (e.g. using a single-shot timer) and do the dialog execution there.

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