Closed
Bug 78403
Opened 24 years ago
Closed 24 years ago
TD change width when changing bgcolor on mouseover
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: dev+mozilla, Assigned: karnaze)
Details
(Keywords: regression)
Attachments
(1 file)
|
786 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.8.1+)
Gecko/20010430
BuildID: 2001043004
Mousing over the table cells in the test case triggers a JS td.gbcolor change.
Error: The td width changes as well.
Reproducible: Always
Steps to Reproduce:
1. load the testcase
2. mouse over the table cells
Actual Results: The table cells change their bgcolor and change their widths, too.
Expected Results: The table cells should only be changing their bgcolor.
This bug only happens if additional CSS are used (as in the testcase).
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Not a DOM problem, over to table layout.
Assignee: jst → karnaze
Component: DOM Style → HTMLTables
QA Contact: ian → amar
Oliver adding keyword regression without pointing to a build where the testcase
has worked correctly is 'suboptimal'.
| Reporter | ||
Comment 5•24 years ago
|
||
Well, good point. This regressed at some point between the 2001-03-12-04 and 2001-03-30-20 (all trunk Win32 builds).
| Reporter | ||
Comment 6•24 years ago
|
||
This now WFM with 2001061304 Win2k.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 7•24 years ago
|
||
The table cells changes only the background color not the width when mouse over
the cells. Verified on 2002010703 builds. Platform: WIN2K
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•