Closed
Bug 18154
Opened 26 years ago
Closed 7 years ago
w/o TYPE attribute Pluglet can't be started
Categories
(Core Graveyard :: Java-Implemented Plugins, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lvv, Assigned: blackconnect)
References
Details
(Keywords: html4, Whiteboard: suntrak-n6[HTML4-13.3])
Overview Description:
In case when TYPE attribute is omitted and SRC attribute is present
a pluglet can't be started. In such cases the file extension of
value of SRC attribute of EMBED tag should be used. If this situation
isn't intended to be supported then it should be clearly specified.
Steps to Reproduce:
1) place into test html page:
<EMBED src=data.smp width=100 height=100>
2) place into manifest file of the pluglet:
MIMEDescription: application/x-simple-pluglet:smp:Test
3) start mozilla and load the test page
Actual Results:
The pluglet will not be started
Expected Results:
The pluglet should be started.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: w/o TYPE attribute Pluglet can't be started → w/o TYPE attribute Pluglet can't be started
NOTE: just changed primary QA contact person.(everything else remains the same)
QA Contact: leila.garin → rpallath
| Assignee | ||
Comment 2•25 years ago
|
||
I am changing severery to "enhancement"
Severity: major → enhancement
The TYPE attribute on the OBJECT element is optional. The submitter's comments
relate to EMBED, but as the implementation of OBJECT and EMBED are so closely
coupled, I'm going to make an educated guess that the problem described here
manifests itself with the OBJECT tag as well.
Based on this, I'm changing the severity to "normal" and adding the "html4"
keyword to put this back on the radar. It would be helpful if the submitter
could re-evaluate this bug as it relates to the OBJECT element. If it turns out
I'm wrong about this, please zap the keyword and restore severity "enhancement".
Severity: enhancement → normal
Keywords: html4
Updated•25 years ago
|
Keywords: mozilla1.0
Updated•23 years ago
|
Whiteboard: suntrak-n6 → suntrak-n6[HTML4-13.3]
Updated•14 years ago
|
Product: Core → Core Graveyard
Comment 9•7 years ago
|
||
Dead component, closing all bugs in it.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•