Closed
Bug 362196
Opened 18 years ago
Closed 12 years ago
[object] <-> param "PLUGINURL" regression
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: romaxa, Unassigned)
Details
According to changes for this bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=167601
http://landfill.mozilla.org/mxr-test/mozilla/source/modules/plugin/base/src/nsPluginHostImpl.cpp#3416
...............
* Currently, the default plugin is shown for all EMBED and APPLET
* tags and also any OBJECT tag that has a PLUGINURL PARAM tag name.
*/
.............
OBJECT tag must have PLUGINURL PARAM...
According this documentation:
http://devedge-temp.mozilla.org/library/manuals/1998/htmlguide/tags14.html
PLUGINURL PARAM available only for EMBED tag... see syntax
I think this code should be removed
- if(nsPluginTagType_Object == tagType && !bHasPluginURL)
- return rv;
or at least replaced to nsPluginTagType_Embed.
In case with default plugin,
Comment 1•18 years ago
|
||
that only says that <object> doesn't have a pluginurl attribute. It doesn't say what params it can have...
OS: Linux → All
Hardware: PC → All
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•