Closed
Bug 1362915
Opened 8 years ago
Closed 8 years ago
The left edge of the leftmost font is truncated with css overflow: hidden
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: alice0775, Unassigned)
References
Details
Attachments
(3 files)
Reproducible: always
Steps To Reproduce:
1. Open attached html
<style>
body {
font-family: "MS PGothic";
font-size: 14px;
}
.contents {
width: 640px;
padding: 20px;
}
.contents p {
width :600px;
overflow: hidden;
}
</style>
</head>
<body>
<div class="contents">
<p>ぐぐぐぐぐぐぐぐぐぐぐぐぐぐぐ</p>
<p>国国国国国国国国国国国</p>
<p>aaaaaaaaaaaaaaaaaa</p>
<p>MMMMMMMMMMMMMMMMMM</p>
</div>
The left edge of the leftmost font "ぐ" is truncated.
</body>
Actual Results:
The left edge of the leftmost font "ぐ" is truncated.
Expected Results:
Not truncated
![]() |
Reporter | |
Comment 1•8 years ago
|
||
The problem occurs regardless of HWA enabled/disabled.
![]() |
Reporter | |
Comment 2•8 years ago
|
||
![]() |
Reporter | |
Comment 3•8 years ago
|
||
Microsoft Edge 40.15063 and Chrome Dev 60.0.3080.5 are also affected.
So it seems this is not a bug in Firefox.
![]() |
Reporter | |
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•