[Webkit-unassigned] [Bug 54399] New: [Qt]For child load unsupportedContent(QNetworkReply) signal prompts to download the content.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 14 09:52:13 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54399
Summary: [Qt]For child load unsupportedContent(QNetworkReply)
signal prompts to download the content.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: suchi.kundu at nokia.com
Steps to reproduce this issue:
1) Disable flash plugin.
2) Try to load following content as html file ( please find test.swf file as an attachment)
<html>
<head>
<title>Testing embed tag flash in html</title>
</head>
<body>
<object width="176" height="208">
<param name="movie" value="test.swf">
<embed src="test.swf" width="176" height="208" >
</embed>
</object>
</body>
</html>
3) Though the plugin is not in the top-level request/content, a download note prompts the user to download or cancell.
--
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