Closed
Bug 172406
Opened 23 years ago
Closed 22 years ago
table redrawn incorrectly if rows moved while centered
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: will, Assigned: kmcclusk)
References
()
Details
Attachments
(1 file)
|
7.23 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2b) Gecko/20021002
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2b) Gecko/20021002
This page contains javascript that moves the rows in a table around. When the
table is left justified it looks fine, but when the margins are set to auto (the
table is centered) the elements do not redraw correctly. A part of the cell on
the left is painted with what should be there (the elements are centered).
Reproducible: Always
Steps to Reproduce:
1.Click the checkbox moving the table to the center
2.Click the table headers causing sorting
Actual Results:
The colors are mixed together in the boxes and the elements don't move
Expected Results:
The colors should have stayed consistent across the rows and the row info should
have stayed consistent (the behavior observed when the table is left aligned).
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Hmm.. worksforme, linux trunk build 2002-09-30-21. Redraw looks good, no
obvious garbage..
Could this be windows-only?
Assignee: jst → kmcclusk
Component: DOM Style → GFX Compositor
QA Contact: ian → petersen
| Reporter | ||
Comment 3•23 years ago
|
||
Confirmed in 1.2a on OSX. The bug is only when the table is centered. Still
hunting for a linux box to check against.
| Reporter | ||
Comment 4•23 years ago
|
||
Bug does not appear in 1.0 on linux
Comment 5•22 years ago
|
||
WFM with 2003010108/trunk/win2k.
Reporter (Will): Can you reproduce this bug with a recent build of Mozilla (for
example, 1.3a)? If so, then please comment again with details. If not, then
please resolve this bug as WORKSFORME. Thanks.
| Reporter | ||
Comment 6•22 years ago
|
||
As of Mozilla 1.3b 20030109 works for me.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•