Closed
Bug 256301
Opened 21 years ago
Closed 12 years ago
Quirk pct height lookup blocked by <div>
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 166630
People
(Reporter: dlpark, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817
Not all the stuff on the page is displaying right or showing up. To get an idea
of the page view it in IE.
Reproducible: Always
Steps to Reproduce:
1.Just go to the page
2.
3.
Actual Results:
The page does not display right or not showing stuff on the page.Ok.
Expected Results:
Display the page right and show the stuff.
Comment 1•21 years ago
|
||
*** Bug 256302 has been marked as a duplicate of this bug. ***
Comment 3•21 years ago
|
||
Table with height="2727", conaining (inside <tr><td>) a div of unspecified
height, containing an iframe with height="100%".
Result: The iframe height is some default (150px, it seems) - it does not
vertically fill the table cell. In IE, the iframe streches to fill the table
cell.
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041009 Firefox/0.9.1+
Updated•21 years ago
|
![]() |
||
Comment 4•21 years ago
|
||
Probably a duplicate of the few remaining issues with the height:100% quirk.
Note that Mozilla's rendering in this case happens to be what the CSS standard
specifies....
Keywords: qawanted
Whiteboard: DUPEME
Summary: The page is not displaying right → Quirk pct height lookup blocked by <div>
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: general → layout.tables
Updated•12 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•