Closed
Bug 114128
Opened 23 years ago
Closed 13 years ago
OBJECT tag: can not dynamically add PARAM tags with document.write()
Categories
(Core Graveyard :: Plug-ins, defect, P4)
Tracking
(Not tracked)
RESOLVED
INVALID
Future
People
(Reporter: stummala, Unassigned)
Details
(Keywords: testcase, Whiteboard: [PL2:P4])
Attachments
(1 file)
1.68 KB,
application/x-zip-compressed
|
Details |
BuildID: 2001-12-07-10
Attributes of object element cannot be changed using javascript.
Reproducible: Always
Steps to Reproduce:
attached a testcase zip file. The applet and the html file should be in the same
location. Load the html file.
Actual Results: The bgcolor of the applet does not change
Expected Results: bgcolor of the applet should have been changed
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Over to the plugin people for investigation, AFAIK the DOM code does set
attributes on object elements correctly.
Assignee: jst → av
Component: DOM HTML → Plug-ins
QA Contact: stummala → shrir
Peter, can this be related to bug 103940?
Comment 4•23 years ago
|
||
This is a tad bit differenet. This bug is more like a cross between bug 96568,
bug 95548, and bug 103940.
Assignee: av → peterl
Keywords: testcase
Summary: Cannot dynamically change the attributes of object element → OBJECT tag: can not dynamically add PARAM tags with document.write()
Target Milestone: --- → mozilla1.0
Comment 5•23 years ago
|
||
Moving Netscape owned 0.9.9 and 1.0 bugs that don't have an nsbeta1, nsbeta1+,
topembed, topembed+, Mozilla0.9.9+ or Mozilla1.0+ keyword. Please send any
questions or feedback about this to adt@netscape.com. You can search for
"Moving bugs not scheduled for a project" to quickly delete this bugmail.
Target Milestone: mozilla1.0 → mozilla1.2
Updated•23 years ago
|
Severity: major → normal
Comment 6•23 years ago
|
||
setting to PL2:P4 -- we need to review specifically how this could be done
Priority: -- → P4
Whiteboard: [PL2:P4]
Target Milestone: mozilla1.2alpha → Future
Updated•16 years ago
|
QA Contact: shrir → plugins
This doesn't seem like an issue worth dealing with and the test case doesn't prove anything. If the document.write call was succeeding the java plugin might just be ignoring it.
Assignee: peterl-bugs → nobody
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
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
•