Closed
Bug 263190
Opened 21 years ago
Closed 21 years ago
mouseover on links in centre column repositions content clear of floating left and right columns
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mark.wilson, Unassigned)
References
()
Details
(Keywords: qawanted, regression, testcase)
Attachments
(1 file, 1 obsolete file)
656 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040927
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040927
Three column CSS page with left and right columns floated inside margins of main
column.
Hovering mouse over any link in main center column causes content of main column
to be repositioned below bottom edges of left and right columns (usually off
bottom of visible screen). Resizing screen restores content to correct location.
Behaviour is not present in release 1.7.3 or in Firefox 1.0PR
Reproducible: Always
Steps to Reproduce:
1. Go to page http://www.scotland.gov.uk/Home
2. When page is fully loaded center column will shift to below sidebars
3. Resize page and center content reappears in normal location
4. Hover over any link in center column and content moves to bottom again
Also occurs on all other top level two and three column pages in the Topics,
About, News and Help sections of the website (e.g.
http://www.scotland.gov.uk/Topics)
Updated•21 years ago
|
Assignee: general → nobody
Component: Browser-General → Layout
Keywords: qawanted
QA Contact: general → core.layout
Comment 1•21 years ago
|
||
Another one for bug 261196.
Comment 2•21 years ago
|
||
The testcase was fine, but I removed the following css rule:
a:hover { border-bottom:1px solid #f00; }
This could potentially cause margin-decollapsing of two adjacent blocks.
This is not happening here, but better have no doubt about that.
Attachment #161286 -
Attachment is obsolete: true
Comment 3•21 years ago
|
||
I've tried the "diff -w" patch from bug 209694 in my debug build and it seems to
fix this bug.
Comment 4•21 years ago
|
||
Mozilla Windows Trunk Nightly Build Regression Window
Pass: 2004091105
Fail: 2004091306
Comment 5•21 years ago
|
||
*** Bug 264305 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Keywords: regression,
testcase
Testcase 2 WFM with Mozilla 1.8a5 2004102805 on WinNT4 but the URL from comment
0 and testcase 1 show still the problem.
Comment 7•21 years ago
|
||
Fixed by bug 209694
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•