Closed
Bug 65668
Opened 24 years ago
Closed 24 years ago
cells sized wrong on table with align=right, and not aligned right
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: akkzilla, Assigned: karnaze)
Details
(Keywords: regression)
Attachments
(2 files)
This is a fairly recent regression (last 2-3 weeks).
A table specified with align=right (with the intent of having the whole table
aligned on the right side of the page, as NS 4.x does it) is laid out taking up
the whole width of the page, not aligned with the right side, and each cell is
too wide.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
I've attached a simple test case showing the problem. View it in 4.x and in a
current build to see the difference.
Keywords: 4xp,
regression
First off all I changed your example. I have inserted a missing <tr> and all the
missing </td> elements. Also note that I have inserted cellspacing="0",
otherwise the MSIE output is not the same as in Mozilla. Using build 2001011220
on WinNT4 both align="left" and align="right" are working for me. Akana what
build are you using? I see that you are using Linux, so this might Linux
specific, right?
Reporter | ||
Comment 5•24 years ago
|
||
Woohoo! I just picked up today's build (1/17) and it looks like this is fixed!
I was using a build from last week when I filed the bug.
I'll go ahead and mark it fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•