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 comment:1
Changed October 06, 2006 03:01PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed June 08, 2017 07:24PM UTC by 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: | reopened → closed |
type: | → bug |
Well, I'm a retard and just now noticed #204. That provides a resolution for this issue. :)