Closed
Bug 319109
Opened 20 years ago
Closed 17 years ago
Floated li-element overflows when clicking inner link and due to overflow:auto jumps down a line
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: asr1983, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
715 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
When I click a link in the right-most floated li-element, it creates an overflow, and due to overflow:auto on the ul-element, I get a vertical scrollbar, which causes the li-element to be pushed down a line, and the link isn't registered (browser doesn't follow the link).
I first noticed this problem in Firefox 1.0.x, but just worked my way around it. Works fine in Opera 9 and Internet Explorer 6.
Reproducible: Always
Steps to Reproduce:
1.Click somewhere on the right-most li-element
Actual Results:
A vertical scrollbar shows, so the li-element is pushed down a line, and the browser doesn't follow the link.
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
Actually, the overflow ought to be there initially - but the scrollbar doesn't show until the link is clicked.
Updated•20 years ago
|
Component: General → Layout
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.8 Branch
Hm, I currently got no Fx 1.5, but I can't see a bug in Fx2, 3 or latest trunk. If there was a bug, it's gone. -> WFM
However, if there's a testcase still showing the bug, please feel free to reopen the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•