Closed
Bug 244169
Opened 22 years ago
Closed 21 years ago
{incr}:hover inside div in tables causes div to shift
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dialate, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.35 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a) Gecko/20040519
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a) Gecko/20040519
This is a rather complicated bug. Complete statement: Suppose there is a 3
column table, with spacers in the left and right column, so that the middle
column is centered, and the table is absolutely positioned. Suppose there is an
aboslutely positioned div in the center column. Suppose there is enough content
in the page causes the scrollbar to appear. If a :hover event that causes reflow
triggers inside the div, the div will jump to the left a bit.
I've stripped down the page I discovered the bug on to bare essentials,
excepting bg colors so what is happening can be seen.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
The jump shouldn't happen.
| Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
confirmed with linux trunk 2004051907
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Windows 2000 → All
Summary: :hover inside div in tables causes div to shift → {incr}:hover inside div in tables causes div to shift
Comment 3•22 years ago
|
||
Maybe this has got something to do with bug 175364.
| Reporter | ||
Comment 4•21 years ago
|
||
I tried this
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041002
and it appears to be fine now. Probably had something to do with the bug that
was causing problems with slashdot. I'll mark this fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 5•21 years ago
|
||
reopening. fixed is reserved for bugs fixed by patches
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•21 years ago
|
||
this is WORKSFORME
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•