Closed
Bug 107770
Opened 24 years ago
Closed 24 years ago
<object> width and height not honored for <embed> default
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: dr, Assigned: serhunt)
References
()
Details
(Keywords: html4)
At http://www.hamncheez.com/~noeffort/tftl.htm, the flash plugin does not
display at the intended width and height. This does work correctly in MSIE6.
I can see this problem in Netscape 6.1 and 6.2 (mozilla0.9.2.1, 0.9.4). I have
not tested with 0.9.5. I am on Win2K, but I'd be willing to bet that this
problem is cross-platform.
Comment 1•24 years ago
|
||
It sort of looks like we are doing the right thing because the same thing is
seen in Nav 4.x. In IE, the ActiveX control is rendered through the OBJECT tag
which specifies a width and height. In Mozilla, we render the EMBED tag which
does not have any dimentions so we pick a default. Should we inherit from the
OBJECT tag in the case there isn't anything specified for EMBED?
Summary: <object> width and height not honored → <object> width and height not honored for <embed> default
Comment 2•24 years ago
|
||
-->INVALID
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 3•23 years ago
|
||
spam : marking invalid bugs 'verif'. reopen if u disagree, reporter!
Status: RESOLVED → VERIFIED
Comment 4•20 years ago
|
||
*** Bug 279422 has been marked as a duplicate of this bug. ***
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
•