Modify ↓
Ticket #207 (closed bug: duplicate)
IE weirdness on semi-opaque anti-aliased text, a small fix
| Reported by: | kurt@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | opacity, ie, text | Cc: | |
| Blocking: | Blocked by: |
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?
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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. :)