Opened 16 years ago
Closed 5 years ago
#207 closed bug (fixed)
IE weirdness on semi-opaque anti-aliased text, a small fix
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | opacity, ie, text | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
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?
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 Changed 5 years ago by
Cc: | " " removed |
---|---|
Component: | → ajax |
Description: | modified (diff) |
Priority: | → undecided |
Resolution: | → fixed |
Status: | reopened → closed |
Type: | → bug |
Note: See
TracTickets for help on using
tickets.
Well, I'm a retard and just now noticed #204. That provides a resolution for this issue. :)