Skip to main content

Bug Tracker

Side navigation

#207 closed bug (fixed)

Opened September 20, 2006 09:51PM UTC

Closed June 08, 2017 07:24PM UTC

IE weirdness on semi-opaque anti-aliased text, a small fix

Reported by: kurt@arstechnica.com Owned by:
Priority: undecided Milestone:
Component: ajax Version:
Keywords: opacity, ie, text Cc:
Blocked by: Blocking:
Description

IE's text goes goofy when there's an opacity filter applied to it, as I'm sure everyone knows.

Anyway, the actual animate routine doesn't clear out the filter property when you fadeIn, it leaves it in with an opacity at 100. Any chance of resetting the filter style when the animation is done on a fadeIn?

Attachments (0)
Change History (3)

Changed September 20, 2006 09:53PM UTC by kurt@arstech comment:1

Well, I'm a retard and just now noticed #204. That provides a resolution for this issue. :)

Changed October 06, 2006 03:01PM UTC by joern comment:2

resolution: → duplicate
status: newclosed

Changed June 08, 2017 07:24PM UTC by rjollos comment:3

cc: ""
component: → ajax
description: IE's text goes goofy when there's an opacity filter applied to it, as I'm sure everyone knows.\ \ Anyway, the actual animate routine doesn't clear out the filter property when you fadeIn, it leaves it in with an opacity at 100. Any chance of resetting the filter style when the animation is done on a fadeIn?IE's text goes goofy when there's an opacity filter applied to it, as I'm sure everyone knows. \ \ Anyway, the actual animate routine doesn't clear out the filter property when you fadeIn, it leaves it in with an opacity at 100. Any chance of resetting the filter style when the animation is done on a fadeIn?
priority: → undecided
resolution: → fixed
status: reopenedclosed
type: → bug