Closed
Bug 95548
Opened 23 years ago
Closed 19 years ago
OBJECT tag's type can't be changed later (like through the DOM)
Categories
(Core Graveyard :: Plug-ins, defect, P4)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: peterlubczynski-bugs, Assigned: peterlubczynski-bugs)
References
Details
(Whiteboard: [PL2:P4][Object][Hixie-P4])
This is from bug 678 which implemented document viewing with the OBJECT tag. The
problem is that once we create a plugin with an OBJECT (or maybe even EMBED)
tag, we can't later change the kind of plugin we use.
For example, change the TYPE= or DATA= attributes through the DOM and nothing
happens.
Comment 1•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Comment 2•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 3•23 years ago
|
||
is this still being planned for 1.0.1? Some sites like to change the file to be
embedded via a select, and since we can't script say windows mp, this would
offer us a possibilty to circumvent that issue.
Updated•23 years ago
|
Whiteboard: [Object] → [Object][Hixie-P4]
Updated•23 years ago
|
Priority: P3 → P4
Whiteboard: [Object][Hixie-P4] → [PL2:P4][Object][Hixie-P4]
Target Milestone: mozilla1.2alpha → Future
Assignee | ||
Comment 6•22 years ago
|
||
The current workaround for this is to remove the old node before attaching the
new one. Also see bug 192891.
Updated•21 years ago
|
Status: ASSIGNED → NEW
Comment 7•19 years ago
|
||
fixed by bug 1156, although all changes only take effect once you change .data
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•