Closed
Bug 4849
Opened 26 years ago
Closed 25 years ago
{colspan-width} Table: Horizontal space allocated wrong.
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
VERIFIED
WORKSFORME
M13
People
(Reporter: cmaximus, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(2 files)
This could be two bugs, one for frames and one for tables, I'm not sure.
*To repro:
Follow the above link and take a looksee at the mostly minimal relevant HTML.
*Expected result:
Nova gets it mostly correct. There should be a gray box on the left for the iframe.
There should be a vertical line separating left from right.
The RHS should have a few lines of justified text.
There should also be a right-aligned link that says 'MORE' with an arrow image.
*Actual results:
1.The space alotted for the iframe is much larger than it should be.
2.All of the other items are there but they are crammed into a very skinny cell and you can only see the extreme left edge.
(this is possibly the second (table)issue)
*URL: this fault was discovered at www.fortunecity.com.
*Build info: This bug is reproducible on MacOS, RHLinux, and WinNT with builds 1999040818
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 1•26 years ago
|
||
cc'ing chrisd in case this becomes a tables issue and she needs to see it.
Assignee | ||
Comment 2•26 years ago
|
||
I can't locate the above url from my home system. I'll try again tomorrow from
the office. This sucks.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 3•26 years ago
|
||
Moving to M8.
Assignee | ||
Updated•26 years ago
|
Assignee: karnaze → pollmann
Status: ASSIGNED → NEW
Assignee | ||
Comment 4•26 years ago
|
||
Reassigning frameset/iframe bugs to Eric.
Comment 5•26 years ago
|
||
claudius@netscape.com: could you attach the test page to this bug, so that we
can see it from outside the Netscape intranet? Thanks.
Comment 6•26 years ago
|
||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 7•26 years ago
|
||
Yikes, the HTML is frightening. I cleaned it up a bit, just to the point where
things were properly nested, and the bug went away. I'm trying to narrow down
why it displays different than Nav, but... no promises.
Updated•26 years ago
|
Summary: iframe takes too much space, table content is pushed out of reach → Table content is pushed out of reach
Comment 8•26 years ago
|
||
This is a table issue, not an iframe issue. I removed the iframe and replaced
it with an image and the page layed out identically. I then entirely removed
the image. Still layed out the same.
I've made this page more well-formed (I'm sure it's still not 100%) and tried to
make guesses at what the author intended. I then stripped out everything that
seemed irrelevent and put in some colors to make things more visible.
The page lays out significantly different in Gecko than in Nav 4.x, and IE 5:
1) The first cell (teal) is given too much horizontal space in Gecko. It asks
for 150 pixels but gets significantly more (around 300).
2) The second cell (red) gets too much horizontal space in Gecko. It asks for 1
pixel but gets significantly more (around 20).
4) The third cell (yellow) gets too little horizontal space in Gecko. It asks
for 449 pixels but gets significantly less (around 300)
3) The above two problems go away when the image is removed from the bottom cell
(green).
Comment 9•26 years ago
|
||
Updated•26 years ago
|
Assignee: pollmann → karnaze
Status: ASSIGNED → NEW
Summary: Table content is pushed out of reach → Table: Horizontal space allocated wrong.
Comment 10•26 years ago
|
||
Chris, this looks like a table bug.
Comment 11•26 years ago
|
||
Er, really, I do know that it goes "1, 2, 3, 4" and not "1, 2, 4, 3"... :)
And, um, 3), which should be 4), should say "the above three..." Guess I was in
a rush.
Updated•26 years ago
|
Whiteboard: [TESTCASE]
Comment 12•26 years ago
|
||
Marked [TESTCASE].
Updated•26 years ago
|
Summary: Table: Horizontal space allocated wrong. → {colspan-width} Table: Horizontal space allocated wrong.
Comment 13•26 years ago
|
||
Marking with {colspan-width} in the interim. It is probably reasonable to
consolidate these later into a couple of bugs. Bug #3977 is really the uber-bug
for these issues (width distribution to colspanned columns).
Assignee | ||
Comment 14•26 years ago
|
||
Moving to M9.
Assignee | ||
Updated•26 years ago
|
Assignee: karnaze → pollmann
Assignee | ||
Comment 15•26 years ago
|
||
Reassigning to Eric.
Comment 16•26 years ago
|
||
Chris, I don't see a problem with iframes here. Should I mark this bug a dup of
3977 and attach this test case there?
Comment 17•26 years ago
|
||
Chris, I don't see a problem with <IFRAME> here. Should I mark this a dup of
3977 and attach the test case there?
Assignee | ||
Updated•26 years ago
|
Assignee: pollmann → karnaze
Component: HTMLFrames → HTMLTables
Assignee | ||
Comment 18•26 years ago
|
||
Eric, I shouldn't have reassigned it to you. I'm chaning the component and
accepting it.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9 → M10
Comment 19•25 years ago
|
||
Spoke to karnaze during bug triage today. Moving to M11. Not an M10 blocker.
Updated•25 years ago
|
QA Contact: beppe → petersen
Assignee | ||
Comment 20•25 years ago
|
||
Moving to M13.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 21•25 years ago
|
||
I'm not seeing the problems reported on the url or attachements. I'm not sure
when this got fixed.
Comment 22•25 years ago
|
||
Claudius, I don't see this problem either. Could you check this please ?
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 23•25 years ago
|
||
With the Nov 16th build, I'm not seeing the problem. Marking as verified works
for me.
You need to log in
before you can comment on or make changes to this bug.
Description
•