Closed
Bug 149880
Opened 23 years ago
Closed 21 years ago
too much vertical space in TD when contained IFRAME has no borders
Categories
(Core :: Layout, defect, P4)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: lapo, Assigned: attinasi)
References
()
Details
(Keywords: testcase)
Attachments
(3 files, 1 obsolete file)
1.open the given URL in a 1.0 release
2.open the URL in a trunk release
3.notice how in the 1.0 there is no space under the "ad banner", while in the
trunk there is
If it's a bug in the html please tell me, but I can see none myself.
Thanks =)
Comment 1•23 years ago
|
||
I don't see a difference in how this is renderd in 1.0 and in a trunk build, but
either way it's not a DOM problem, so over to layout but from what I can see
this is WORKSFORME.
Assignee: jst → attinasi
Component: DOM HTML → Layout
QA Contact: desale → petersen
| Reporter | ||
Comment 2•23 years ago
|
||
| Reporter | ||
Comment 3•23 years ago
|
||
| Reporter | ||
Comment 4•23 years ago
|
||
[added two screenshot]
The difference is tiny, but nonetheless is noticeable and I can't find no reason
for it, please correct me if 1.0 is actually wrong and displays wrong html code
right just by chance =)
(else is a regression ^_^)
Updated•23 years ago
|
QA Contact: petersen → amar
Comment 5•23 years ago
|
||
I could see the problem with the latest trunk build. I see there is an extra
gap between the "add banner" and the buttons. I think there is a dupe of this
bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Updated•23 years ago
|
Target Milestone: --- → Future
| Reporter | ||
Comment 6•23 years ago
|
||
Creating a testcase I noticed that the problem appars only when the IFRAME in
inside a TABLE/TR/TD tag.
| Reporter | ||
Updated•23 years ago
|
Summary: more space left under IFRAME → too much vertical space in IFRAME when contained in a TABLE
| Reporter | ||
Comment 7•23 years ago
|
||
Thous could be a dubplicate of bug 155174 but here the extra space is inside the
IFRAME, not inside the TD and outside of the IFRAME.
But it is ideed a dup: also this bug deends on IFRAME's FRAMEBORDER=0 it seems.
| Reporter | ||
Comment 8•23 years ago
|
||
This adds a test suggested by bug 155174
Attachment #100142 -
Attachment is obsolete: true
| Reporter | ||
Comment 9•23 years ago
|
||
No, bug 155174 is right and I'm wrong: the extra space is in the table indeed.
Keywords: testcase
Summary: too much vertical space in IFRAME when contained in a TABLE → too much vertical space in TD when contained IFRAME has no borders
Comment 10•22 years ago
|
||
So.... the table with borders is 66px tall. The one without is 62px tall. What
is the bug?
Comment 11•21 years ago
|
||
No response, no problem that I can see. Marking worksforme.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•