Closed
Bug 370429
Opened 18 years ago
Closed 17 years ago
text antialiasing broken
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 363861
People
(Reporter: bugzilla, Unassigned)
References
()
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070214 Minefield/3.0a3pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070214 Minefield/3.0a3pre
The linked page shows a problem with 3.0a3 that is not present in 2.0.
Text in a div with opacity <> 1 looks ugly (due to wrong antialiasing, I guess).
Reproducible: Always
Steps to Reproduce:
Open the linked page
Actual Results:
Text is rendered incorrectly
Expected Results:
Text should be rendered as in fx2
Reporter | ||
Comment 1•18 years ago
|
||
Screenshots of the problem:
fx3.0a3 -> http://img59.imageshack.us/img59/3371/immaginejy7.jpg (text antialiasing broken)
fx2.0.0.1 -> http://img59.imageshack.us/img59/2952/immagine2lm1.jpg (text antialiasing working)
Reporter | ||
Comment 2•18 years ago
|
||
corrected page URL
Reporter | ||
Comment 3•17 years ago
|
||
After playing around with my CSS I discovered something more. The misbehaviour is linked with the opacity attribute.
Removing the opacity attribute from the CSS, the text is rendered correctly, otherwise it is not.
This is still true in fx3.0a7, even if it's a pretty serious layout bug.
Reporter | ||
Comment 4•17 years ago
|
||
fx3.0a7, <div> opacity not specfied
http://img209.imageshack.us/img209/2184/bugui4.png
fx3.0a7, <div> opacity set to 85%
http://img209.imageshack.us/img209/794/bug2vs3.png
Reporter | ||
Comment 5•17 years ago
|
||
This still holds for fx3.0b1. IE7 shows no such problem.
Comment 6•17 years ago
|
||
Is this still an issue?
Reporter | ||
Comment 7•17 years ago
|
||
Top is with windows antialiasing set to standard, and opacity=0.5
Middle is with windows antialiasing set to cleartype, and opacity=0.5
Bottom is with windows antialiasing set to cleartype, and opacity=1
The problem is present even if a solid color is used as background (in the screenshot, an image is used)
Reporter | ||
Comment 8•17 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 10•17 years ago
|
||
forgot to mention: the problem depicted in the first attachment to this bug still exists in RC2 (see http://www.kimeraboats.it for example)
You need to log in
before you can comment on or make changes to this bug.
Description
•