Closed
Bug 17592
Opened 25 years ago
Closed 25 years ago
[FLOAT] Tables are overlapping tables
Categories
(Core :: Layout, defect, P1)
Tracking
()
M15
People
(Reporter: charles.c.mak, Assigned: buster)
References
()
Details
(Keywords: testcase, Whiteboard: [PDT+] no idea when this will land, no one has looked into this yet)
Attachments
(2 files)
Overview: Tables are overlapping tables
Steps to Reproduce:
1) goto url
2) notice that under the download spotlight is text being laid over the image.
Actual Results: One table is being drawn over another.
Expected Results: There shouldn't be overlapping.
Build Date and Platform: build 1999-1028-08 on Windows NT (sp6)
Additional Platforms tested: M10 doens't have this problem.
Additional Information: none
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Updated•25 years ago
|
Assignee: karnaze → kipp
Comment 2•25 years ago
|
||
The 1st cell's block frame is reporting a max element size of 2400 twips (160
pixels, since I have 15 twips/pixel) but it doesn't include the 225 twips (15
pixels) for hspace on the image.
TC::Rfl 01CCF840 rea=0 av=(UC,UC) comp=(UC,UC)
Area::Rfl en 01CCF7C0 rea=0 av=(UC,UC) comp=(UC,UC)
Area::Rfl ex 01CCF7C0 des=(2850,1875) maxElem=(2400,0)
TC::Rfl ex 01CCF840 des=(2910,1935) maxElem=(2460,0)
Daily Build Nov. 12 1999 (WinNT sp4)
Please find above a test case of tables being aligned either left right or
center.
It appears that left aligned tables push center aligned tables beyond screen
width, while right aligned tables overlap center aligned tables. left and right
aligned tables will flow down the page if the combined width is wider than the
screen.
also note the effects when tables are defined in "left, right, center" order.
The left and right tables flow down as expected, but the centered table appears
above the right, next to the left aligned table (and pushed past screen width)
Updating to default HTML Tables Assignee...kipp no longer with us :-(
Updated•25 years ago
|
QA Contact: chrisd → petersen
setting severity to major since some pages are unreadable with this bug.
Setting target milestone to M14.
mass moving all Kipp's pre-beta bugs to M15. Nisheeth and I will
prioritize these and selectively move high-priority bugs into M13 and M14.
Summary: Tables are overlapping tables → [FLOAT] Tables are overlapping tables
Comment 8•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
transferring test case from dup bug 23978:
<html><head><title>minimized testcase for bug 23978</title></head>
<body>
<!--
If either
align="left"
or
hspace=15
is removed from the img tag, the overlapping disappears.
Or, if you make the window wide enough that the text fits on one line, that will
make the overlapping disappear.
-->
<table border>
<tr>
<td>
<img src="http://www.eecs.umich.edu/~bissiri/pix/linux/linuxstk160.jpg"
align="left" hspace=15>
</td>
<td>
Bug 23978: Make the window narrow enough, and the image will overlap this text.
</td>
</tr>
</table>
</body>
</html>
Assignee | ||
Comment 10•25 years ago
|
||
*** Bug 23978 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 12•25 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 13•25 years ago
|
||
sorry, wrong bug. not fixed yet
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [PDT+] → [PDT+] no idea when this will land, no one has looked into this yet
Comment 14•25 years ago
|
||
Looks to be the same problem as bug #24411, and that case if my worse, so
marking this as a DUP of 24411
*** This bug has been marked as a duplicate of 24411 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Comment 15•25 years ago
|
||
Reopening, to mark as a duplicate of the proper bug, bug 29595
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 16•25 years ago
|
||
*** This bug has been marked as a duplicate of 29595 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Comment 17•25 years ago
|
||
Verified as duplicate of 29595. Sorry about the spam.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•