Bug 54399 - [Qt] For child load unsupportedContent(QNetworkReply) signal prompts to download the content.
Summary: [Qt] For child load unsupportedContent(QNetworkReply) signal prompts to downl...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-02-14 09:52 PST by suchi
Modified: 2014-02-03 03:17 PST (History)
1 user (show)

See Also:


Attachments
flash file for testing (11.70 KB, application/x-shockwave-flash)
2011-02-14 09:54 PST, suchi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description suchi 2011-02-14 09:52:13 PST
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.
Comment 1 suchi 2011-02-14 09:54:27 PST
Created attachment 82328 [details]
flash file for testing
Comment 2 Benjamin Poulain 2011-02-23 04:21:54 PST
Would you mind adding a test case/autotest?
Comment 3 Jocelyn Turcotte 2014-02-03 03:17:19 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.