Closed
Bug 124903
Opened 24 years ago
Closed 19 years ago
Tables with cells and specified width causing incorrect table layout: text wrap (amazon.com)
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: mgalli, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(3 files, 3 obsolete files)
Tested with:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8+) Gecko/20020211
I will file the testcase.
| Reporter | ||
Comment 1•24 years ago
|
||
Note in the first testcase that the second TD element have width="1".
In the second testcase, I removed the width="1" from the table cells. Note that
the contents of the 3rd cell is not wrapping in the second testcase.
| Reporter | ||
Comment 2•24 years ago
|
||
Real case example:
http://www.amazon.com/exec/obidos/ASIN/0439286115/qid=1013464426/sr=5-2/ref=cm_lm_asin/104-0792733-2179912
Note that there is an extra white space on top of the table with two images of
the book covers. That happens because the text in the right side is wrapped.
| Reporter | ||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Updated•24 years ago
|
Summary: Tables with cells and specified width causing incorrect table layout: text wrap. → Tables with cells and specified width causing incorrect table layout: text wrap (amazon.com)
Updated•24 years ago
|
Target Milestone: --- → mozilla1.2
Comment 4•24 years ago
|
||
HTML tables.
Assignee: attinasi → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → amar
| Reporter | ||
Comment 5•24 years ago
|
||
This testcase is much better. It's basically the following figure.
+---------------+----------+-----------+
| width=100 | no width | width=50% |
| ............. | .........| ......... |
| img(width>100)| wraps | |
| | content | |
+---------------+----------+-----------+
When the content of the 1st column is bigger than the TD specified width, it
affects the second column causing contents to wrap. This also happens with text
content in the first column. You can add a text content like the word 'M'. If
you gradually decrease the width of the TD (1st column), at some point the 2nd
column will wrap. This some point matches with the width size of the word 'M'.
Works for me with 20020818 build.
Reporter, can you test it with the latest build?
Comment 7•23 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
QA Contact: amar → madhur
Target Milestone: mozilla1.2alpha → ---
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 8•23 years ago
|
||
This bug is still open. Marcio Galli, could you please verify that the problem
no longer exists for you? It was reported as working OK back in August, and it
still seems to work for me with 1.4a.
Comment 9•22 years ago
|
||
I'm seeing the problem with today's build... It looks like the columns for the
first table get widths based on declared or intrinsic sizes, then the second
column has to get wider and instead of rebalancing the whole table we just make
the third column narrower, since it has give....
It would make more sense to adjust the total table width, I'd think.
Comment 10•19 years ago
|
||
Testcases wfm.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070221 Minefield/3.0a3pre
Comment 11•19 years ago
|
||
Fixed by reflow branch, looks like. We should add reftests...
Status: NEW → RESOLVED
Closed: 19 years ago
Depends on: reflow-refactor
Flags: in-testsuite?
Resolution: --- → FIXED
Comment 12•19 years ago
|
||
Go ahead and check them in if you're happy with them (note that reftest.list in the patch assumes that the reftests in bug 105030 have already been checked in ;-)...)
Attachment #257299 -
Flags: review?(bzbarsky)
Comment 13•19 years ago
|
||
Comment on attachment 257299 [details] [diff] [review]
Reftests
There's no 124903-1-ref.html in this diff.
Attachment #257299 -
Flags: review?(bzbarsky) → review-
Comment 14•19 years ago
|
||
Whoops, sorry about that.
Attachment #257299 -
Attachment is obsolete: true
Attachment #257302 -
Flags: review?(bzbarsky)
Comment 15•19 years ago
|
||
Stupid stupid stupid...
Attachment #257302 -
Attachment is obsolete: true
Attachment #257303 -
Flags: review?(bzbarsky)
Attachment #257302 -
Flags: review?(bzbarsky)
Comment 16•19 years ago
|
||
Comment on attachment 257303 [details] [diff] [review]
I quit
Put that image in a separate file so it's obvious that they're including the same thing, and r=bzbarsky.
Attachment #257303 -
Flags: review?(bzbarsky) → review+
Comment 17•19 years ago
|
||
Carrying over r+ from before
Attachment #257303 -
Attachment is obsolete: true
Attachment #257325 -
Flags: review+
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 18•19 years ago
|
||
Checked in the test.
Flags: in-testsuite? → in-testsuite+
Whiteboard: [checkin needed]
You need to log in
before you can comment on or make changes to this bug.
Description
•