Closed
Bug 13196
Opened 25 years ago
Closed 25 years ago
{float} Text wrapping doesn't work when align=right in nested table
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: havoc, Assigned: buster)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
The page mentioned renders correctly on any other browser, but mozilla
doesn't seem to wrap the lines, instead just extending the table a few
kilometers.
Ouch. That's no pleasant reading.
I don't know if this has been reported already, but this really bothers
me, since it's a project I've been working on.
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Assignee: troy → karnaze
Component: Layout → HTMLTables
Summary: Text wrapping doesn't work → Text wrapping doesn't work when align=right in nested table
Whiteboard: [TESTCASE]
Chris, I don't know whether this is you or Kipp. It looks like the "align=right"
is what triggers the problem
I've found this problem at www.netbsd.org, as well. Definitely an align=right
thing.
Updated•25 years ago
|
Target Milestone: M11
Updated•25 years ago
|
Assignee: karnaze → kipp
Comment 4•25 years ago
|
||
Kipp, the area frame containing the nested floating table is reporting
unconstrainted width. This is probably a dup of some other bug.
TR::Rfl en 01752350 rea=0 av=(UC,UC) comp=(UC,UC)
TC::Rfl 01753DE0 rea=0 av=(UC,UC) comp=(UC,UC)
Area::Rfl en 01753D40 rea=0 av=(UC,UC) comp=(UC,UC)
TO::Rfl en 01754F90 rea=0 av=(UC,UC) comp=(0,UC)
T::Rfl en 01754E90 rea=0 av=(UC,UC) comp=(0,UC)
T::Rfl ex 01754E90 des=(13755,375) maxElem=(1440,0)
TO::Rfl ex 01754F90 des=(13755,375) maxElem=(1440,0)
Area(td)(0)@01753D40: WARNING: max-element-size:13815,375 desired:13815,0 maxSiz
e:1073741824,1073741824
Area::Rfl ex 01753D40 des=(UC,375) maxElem=(13815,375)
TC::Rfl ex 01753DE0 des=(UC,405) maxElem=(13845,405)
TR::Rfl ex 01752350 des=(UC,405) maxElem=(13845,405)
Summary: Text wrapping doesn't work when align=right in nested table → {float} Text wrapping doesn't work when align=right in nested table
Comment 8•25 years ago
|
||
http://www.webtrends.com/default.htm (see dup. bug 14118) is another site that
has this problem, which is probably worth testing.
Comment 10•25 years ago
|
||
*** Bug 16580 has been marked as a duplicate of this bug. ***
Comment 11•25 years ago
|
||
*** Bug 13239 has been marked as a duplicate of this bug. ***
Comment 12•25 years ago
|
||
*** Bug 15958 has been marked as a duplicate of this bug. ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 13•25 years ago
|
||
I've just landed fixes for this bug. Floated tables that are inside a table cell
now behave much nicer.
I also added a regression test to the table regression tests.
Comment 14•25 years ago
|
||
Well .. looks like at least http://shadowmere.student.utwente.nl/wdp is fixed
now.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 15•25 years ago
|
||
Marking as verified fixed with the Oct 25th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•