Closed
Bug 118604
Opened 24 years ago
Closed 23 years ago
Arial font truncated at certain sizes (related to 94739?)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aogun, Assigned: attinasi)
Details
(Whiteboard: [bae:20020204])
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)
BuildID: 2001011117
The code below is not displayed correctly at certain resolutions in Mozilla.
The bottom parts of the characters are truncated.
Reproducible: Always
Steps to Reproduce:
1. Open code in browser.
2.
3.
Actual Results: The text "1520" is truncated at the bottom
Expected Results: The text shoukd have been displayed correctly.
<html>
<head>
</head>
<body>
<div
ID="I358574"
STYLE="position:absolute;
left:11.25pt;
top:7.50pt;
height:18.94pt;
width:56.32pt;
font-family:Arial;
font-size:20.25pt;
text-align:left;
overflow:hidden;
padding-top:0.00pt;
">
<nobr>1520</nobr><br></div>
</body>
</html>
Comment 1•23 years ago
|
||
is this still a problem in a current build?
Assignee: asa → attinasi
Component: Browser-General → Layout
QA Contact: doronr → petersen
Comment 2•23 years ago
|
||
based on your example, the text should be truncated by 1.31pt, you are
specifying a font size of 20.25pt, but a height of 18.94pt. Or am I totally
missing something?
Whiteboard: [bae:20020204]
Comment 3•23 years ago
|
||
Reporter,
Please provide more information..
Looks like you're right! Sorry, need to look into this a little, thanks...
In a week or so, I will close the bug.
Comment 5•23 years ago
|
||
Closing bug based on last comments.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•