Closed
Bug 353310
Opened 19 years ago
Closed 16 years ago
wrong rendering if i click the link
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 359575
People
(Reporter: cg.VanHelsing, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20060918 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20060918 Firefox/2.0
i click the link(href="#id"). the wrong redering occur.
Reproducible: Always
Steps to Reproduce:
1.wrap {padding-top:100px;overflow:hidden}
2.wrap:after {display:block;height:0;visibility:hidden;}
3.<a href="#id"></a>
Actual Results:
the content of #id jumps to the top
the distance is same with the line-height of wrap:after
Expected Results:
all contents in the page ought to be stable
Updated•19 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.8 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•