Closed
Bug 242045
Opened 21 years ago
Closed 19 years ago
table remembers number of columns after contents are deleted with DOM/JS
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: magic, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.04 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5
After the steps, you have a space between the border of the last cells and the
right border table.
Reproducible: Always
Steps to Reproduce:
1. Select on the first line 'Dimension A', 'Dimension C', 'Dimension D', 'Aucune'
2. Select on the second line 'Dimension B', 'Aucune', 'Aucune', 'Aucune'
3. Click on the button
Actual Results:
The th are recreated, the td are reordered in new tr. After that, according to
my DOM inspector, the width of box content (of the table) is greater than the
sum of width (+ borders) of the cells.
Expected Results:
Kill this weird right spacing :)
can you create a reduced testcase from this as described in
http://www.mozilla.org/newlayout/bugathon.html
| Reporter | ||
Comment 2•21 years ago
|
||
Ok, i hope do this the testcase next week
| Reporter | ||
Comment 3•21 years ago
|
||
Sorry for the big late.
Smaller testcase in the URL
(modified URL)
We don't reorder cells no longer ; just remove thead and recreate another one
with DOM/JS.
Comment 4•21 years ago
|
||
with linux trunk 2004062206, this testcase displays a table that appears to
have empty cells to the right of the "test" cell. Mozilla seems to continue to
assume that the table has 4 columns.
Comment 5•21 years ago
|
||
marking NEW
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
Summary: Bad table layout when we reorder the cells with DOM/JS → table remembers number of columns after contents are deleted with DOM/JS
this is WFM with current trunk probably one the cellmap patches that went in the last months.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 7•19 years ago
|
||
I confirm the bug is resolved in my 1.5.0.7 (it was maybe before).
You need to log in
before you can comment on or make changes to this bug.
Description
•