[Webkit-unassigned] [Bug 15457] New: Realplayer plugin does not work correctly if the OBJECT tags defined with the "DATA" attribute has a URI
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 10 15:14:44 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15457
Summary: Realplayer plugin does not work correctly if the OBJECT
tags defined with the "DATA" attribute has a URI
Product: WebKit
Version: 522+ (nightly)
Platform: PC
URL: http://www.mozilla.org/quality/browser/front-
end/testcases/plugins/
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Plug-ins
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: help.improve.safari at gmail.com
The Realplayer plugin does not work correctly for
the following URLs.
http://www.mozilla.org/quality/browser/front-end/testcases/plugins/ra3.html
http://www.mozilla.org/quality/browser/front-end/testcases/plugins/ra4.html
http://www.mozilla.org/quality/browser/front-end/testcases/plugins/ra2.html
The issue occurs for OBJECT tags defined with the "DATA" attribute which
contains a URI.
<object data="http://www.wrn.org/audio/kol_eng1.ram"
type="audio/x-pn-realaudio-plugin" width="300" height="120" autostart="true">
<param name="controls" value="default">
Audio
</object>
This works in Firefox and it seems like it adds an additional "SRC" attribute
to the list of parameters
passed to the plugin. This attribute contains the same URI as that in the
"DATA" attribute.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list