Closed
Bug 162565
Opened 23 years ago
Closed 23 years ago
Rendering simple HTML pages shifts 2 pixels down for each line in the page.
Categories
(Core :: Layout, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: moied, Assigned: shanjian)
Details
(Keywords: testcase)
Attachments
(3 files)
Rendering simple HTML pages shifts 2 pixels down for each line in the page.
Rendering of a simple HTML pages is different when compared with different
branch builds, this is a regression bug since Build 2002-07-24-08-1.0. Open
attached test case with 2002-07-24-08-1.0 build renders fine, but when rendered
in any builds after 2002-07-25-08-1.0 we can observe there is a shit of 2 pixels
for each line in the HTML page, also we can notice that a vertical scroll bar
appears for this same testcase with all builds after Aug 25. Im attaching
Screenshot's of builds from 24 and 25 to demonstrate this bug.
Reproducible: Always
Steps to Reproduce:
1.open attached test case using 2002-07-24-08-1.0 branch build or earlier builds.
2.open attached test case using 2002-07-25-08-1.0 branch build or later builds.
2.Notice the difference in the height of page
Actual Results: The height of the page is different and we also see a vertical
scroll bar for this page.
Expected Results: The height of the HTML page should be same in all the builds.
Keywords: testcase
Priority: -- → P2
QA Contact: petersen → moied
Summary: Shift → Rendering simple HTML pages shifts 2 pixels down for each line in the page.
There is small typo with build numbers its 2002-07-23 instead of
2002-07-24-08-1.0 and 2002-07-24 instead of 2002-07-25-08-1.0, sorry about this.
Comment 5•23 years ago
|
||
If I recall correctly, we fixed windows font metrics code to not be broken
recently..
Assignee | ||
Comment 6•23 years ago
|
||
that's caused by line-height change. We now include external leading in normal
line-height. It is not a problem.
Assignee: attinasi → shanjian
Assignee | ||
Comment 7•23 years ago
|
||
mark it as wfm.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•