Closed
Bug 179700
Opened 22 years ago
Closed 22 years ago
Object tagged applet doesn't show in HTML-page with both object-tagged and applet-tagged applet
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: mask, Assigned: rubydoo123)
Details
Attachments
(1 file)
10.27 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016
We have a HTML page with both an applet-tagged awt-applet and an object-tagged
java Swing applet. But we can not get the object tagged applet running in
mozilla 1.1 or 1.2beta in windows, in IE on windows or Mozilla on linux it works
perfectly. We use Sun's Java plug-in 1.3.1
Reproducible: Always
Steps to Reproduce:
1. Make a java2 applet tagged for java plug-in
2. Make a java1 applet tagged applet
3. Make a html page with both applets on it <applet> first <object> latter
Actual Results:
The object-tagged applet doesn't show
Expected Results:
It should have shown both applets
Comment 1•22 years ago
|
||
can you attach testcase ?
Assignee | ||
Comment 2•22 years ago
|
||
Does teh object element reference render if the applet element is not there?
What code are you using?
Reporter | ||
Comment 3•22 years ago
|
||
Ok, when you open this html page you'll see a lot of broken links and one
applet frame. The object-tagged applet isn't shown.
Assignee | ||
Comment 4•22 years ago
|
||
remove the <comment> tag (whatever that is) from around the embed element
Reporter | ||
Comment 5•22 years ago
|
||
I've now removed the comment tag and it works!
I got the <comment> tag from sun's htmlconverter. And I have other pages with
<comment> tags that works.
Assignee | ||
Comment 6•22 years ago
|
||
I'm not sure why Sun would have you wrap the comment element, that is very
strange. If you have problems again, check to see if the comment element is
there and if it is, try removing it.
Since removing the comment element resolved the problem, I am marking this bug
as wfm
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 7•22 years ago
|
||
Ok, thanks for your help!
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
•