Closed
Bug 88021
Opened 24 years ago
Closed 23 years ago
can't set relative height of elements inside rowspan -ed td's
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: rossi, Assigned: karnaze)
References
()
Details
(Keywords: testcase, Whiteboard: [awd:tbl])
Attachments
(1 file)
381 bytes,
text/html
|
Details |
look at the url. there's a <td> with a rowspan of 2. inside is an iframe with
width and height set to 100%. as the border of the table is set to 1 we can see
that the td is actually as big as the table, but the iframe inside is 0 height.
i tried the same with images, but if you replace the iframes with images of
height 100%, the td's disappear completely...
expected behavior: 100% height...
i am: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.1+) Gecko/20010618
http://rossi.viel.org/stuff/tabletest.html
stupid me forgot the url...
Comment 2•24 years ago
|
||
also notice how the iframes in the regular tds are not 100% past a certain
resolution.
also notice how the iframe makes the td expand past the table border.
also notice the reflow (or lack thereof) oddities when resizing the window.
may be several issues here..
confirmed Win2K/2001062611
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
See bug 85516 about images disappearing within various elements when the
images are sized with percent height/width.
so it seems this is not tables but it's major. and someone should look at it.
Severity: normal → major
Comment 7•23 years ago
|
||
Nominating 1.0, there's a largish portion of the page that's vanishing here...
Keywords: mozilla1.0,
testcase
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.8
yeah, the content in the rowspan'd column doesnt show up at all. IE works fine.
adavis
Hardware: PC → SGI
Assignee | ||
Comment 10•23 years ago
|
||
If there is a (non testcase) url demonstrating the problem, please attach it,
and the bug may get moved up.
Target Milestone: mozilla0.9.9 → mozilla1.1
Assignee | ||
Comment 11•23 years ago
|
||
Fixed by the patch in bug 131020.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Priority: P3 → P2
Resolution: --- → FIXED
Target Milestone: mozilla1.1alpha → mozilla1.0
Comment 12•23 years ago
|
||
I could see the Iframe with 100% height now. Marking verified fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•