Closed
Bug 44523
Opened 26 years ago
Closed 25 years ago
table layout wrong, rowspan/colspan problem?
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla0.9
People
(Reporter: jer, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(7 files)
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en] (Win98; U)
BuildID: 2000070320
The (differently sized) cells in a table that uses rowspan, colspan, and valign
have been laid out incorrectly in mozilla builds for the past two or so weeks.
Reproducible: Always
Steps to Reproduce:
1. Go to listed url using any recent Mozilla build. This is probably cross
platform, but I haven't been able to get a working build on linux for a while.
You'll need to scroll down a little bit to see the problem.
Actual Results: Wonky layout
Expected Results: Layout similar to what is seen in Communicator.
This may be a dupe of a valign bug, I'm not experienced enough with tables to
say.
Probably should be fixed for nsbeta2 as this is one of the top few Canadian
sites traffic-wise.
| Reporter | ||
Comment 1•26 years ago
|
||
Comment 2•26 years ago
|
||
Comment 3•26 years ago
|
||
The testcase has an <p> and <br> tag at places where they are not allowed
(validator.w3.org) If one removes these tages the page and the testcase renders
fine. I think the bug is invalid
Keywords: testcase
Comment 4•26 years ago
|
||
Works for me on Linux build 20000701.
Comment 5•26 years ago
|
||
Confirming the bug. I see the problem also under WinNT with 2000071620.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•26 years ago
|
QA Contact: desale → chrisd
Comment 6•26 years ago
|
||
http://www.canoe.ca looks fine to me (NT Gecko/20000817)
I can't see this bug but the page never stops loading (another bug)
Comment 7•25 years ago
|
||
Problem is still present with 2000090804 win98
Comment 8•25 years ago
|
||
Using 9/18 build on Win 98, page looks okay. What is the specific problem?
Comment 9•25 years ago
|
||
The picture has indeed changed, while in the second testcase with 2000090804 the
two items have overlayed now the second item is not displayed anymore. No german
beer visbible == horked. (Use Nav to see the german beer :-))
Comment 10•25 years ago
|
||
Comment 11•25 years ago
|
||
Check out my site at http://www.attackproductions.com/nvidia/
The headlines table renders correctly with IE or Netscape 4, but not with
Mozilla M18/Netscape 6. Someone please get this fixed.
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
| Assignee | ||
Comment 12•25 years ago
|
||
Moving to m0.9.1
| Assignee | ||
Comment 14•25 years ago
|
||
| Assignee | ||
Comment 15•25 years ago
|
||
Hyatt, in attachment #4 [details] [diff] [review], while processing the children of the 2nd row in
nsCSSFrameConstructor::TableProcessChildren, the ChildIterator is not returning
the content via nsBindingManager::GetXBLChildNodesFor. Please reassign back to
me if the test cases still fail after you fix this.
Assignee: karnaze → hyatt
Status: ASSIGNED → NEW
| Assignee | ||
Comment 16•25 years ago
|
||
Forget that last bogus comment. Reassigning back to me.
Assignee: hyatt → karnaze
| Assignee | ||
Comment 17•25 years ago
|
||
| Assignee | ||
Comment 18•25 years ago
|
||
Moving to m0.9
Comment 19•25 years ago
|
||
r=bernd for the patch, I see the german beer.
| Assignee | ||
Comment 20•25 years ago
|
||
| Assignee | ||
Comment 21•25 years ago
|
||
Comment 22•25 years ago
|
||
sr=attinasi
| Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 23•25 years ago
|
||
The patch is in.
You need to log in
before you can comment on or make changes to this bug.
Description
•