Closed
Bug 62136
Opened 25 years ago
Closed 25 years ago
<iframe> % height doesn't work unless containing block has fixed height or is body.
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
People
(Reporter: ekrock, Assigned: pollmann)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
[ Copied from N6 user feedback groups. ] I reproduced this using N6 11/8 on
WinNT 4.0. Compare above URL in IE 5.5 SP1 and N6 RTM to see problem.
Do we have an IFRAME support problem, or is his markup somehow IE-specific?
Operating System: WinNT
Language: English
Issue Summary: <iframe> doesn't work
Component: PageLayout
Doing What: Browing web pages
Severity: SomethingDidNotWorkRight
Can Reproduce: Always
Try this URL: http://www.rnix.com/home
Issue Detail:
<iframe> tags does render properly in the NS
6.0.0.20001108
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Based on the test provide, the probelm occurs if the iframe is in a table AND
has been assigned a % value for the width and height values.
Comment 4•25 years ago
|
||
Yes, the substantial problem is that the height 100% causes the IFRAMEs to
disappear. Duplicate of bug 41656.
Assignee | ||
Comment 5•25 years ago
|
||
Thanks Richard, I agree that this is a duplicate. The problem is only with
height, and only with iframes, which have no "intrinsic height" to fall back on
if they can't calculate an exact value. I think Chris Karnaze has a fix for
this bug that might be acceptable now that we have shipped 6.0.
*** This bug has been marked as a duplicate of 41656 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Summary: <iframe> doesn't work compatibly with IE 5.5 SP1 on Win NT → <iframe> % height doesn't work unless containing block has fixed height or is body.
Comment 6•25 years ago
|
||
verifying as a duplicate of 41656
'(table/iframe) % height NOT ignored in block with no height specified'
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•