Closed
Bug 111800
Opened 24 years ago
Closed 23 years ago
[mach] Small text is pixelated
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.2alpha
People
(Reporter: jeff, Assigned: attinasi)
Details
(Whiteboard: [bae:20011212])
Attachments
(2 files)
I noticed on the mach-o OS X build that when text on a webpage is very small it
is rendered incorrectly. It appears pixelated. For an example that I found look
at http://www.zdnet.com/zdnn under "News in Breif" or "Commentary" on the side.
This attachment shows the problem I am experiencing. This is the side of the
page on zdnet.com/zdnn viewed in the mach-o build that was released on the
n.p.m.macosx.
Comment 4•24 years ago
|
||
->layout
Assignee: asa → attinasi
Component: Browser-General → Layout
QA Contact: doronr → petersen
Comment 5•24 years ago
|
||
Confirming this issue in the Mach -O (11/21) only build. A style sheet is
applied to this text.
.v1{ font-size: 10px; font-family: verdana, geneva, helvetica; }
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•24 years ago
|
||
After looking at the page again, I see a IE css stylesheet is applied first. The
css rule applied is using xx-small for font size.
.v1 { font-size: xx-small;
font-family: verdana, geneva, helvetica; }
Comment 7•24 years ago
|
||
The text appears to very pixelated when xx-small font size is applied.
Updated•24 years ago
|
Priority: -- → P3
Whiteboard: [bae:20011212]
Target Milestone: --- → mozilla1.2
14 months later... no jaggies here. I see smooth antialiasing, just ike
everything in OSX 10.2
Unless someone still using 10.1 or lower has objections, this should be resolved
fixed.
default text looks cocoa smooth, and still isn't jaggy even with smoothing
turned off.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•