Opened 13 years ago
Closed 13 years ago
#6555 closed task (fixed)
Tooltip: pointer looks grotty during fade-in (IE7)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | ibm | Cc: | |
Blocked By: | Blocking: |
Description
As tooltip is fading in our out, arrow looks weird on IE7. However, oncne the tooltip has faded completely in, it looks normal.
Fade in:
Fade in:
Fade complete:
Fade out:
Fade out:
Taken from IBM Design Leadership recommendations.
Attachments (5)
Change History (7)
Changed 13 years ago by
Attachment: | fadein1.gif added |
---|
Changed 13 years ago by
Attachment: | fadein2.gif added |
---|
Changed 13 years ago by
Attachment: | fadein3.gif added |
---|
Changed 13 years ago by
Attachment: | fadeout1.gif added |
---|
Changed 13 years ago by
Attachment: | fadeout2.gif added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
this is common to see in IE7 -- IE7 has support for alpha png8 (iirc), but gifs w/ alpha still use filter: in IE7 (somehow) or vice versa. The aliasing is a result of some odd combination of ie7 support for png / alpha and using filter:
just a thought.
ps. if affects text being faded w/ no matte (direct background color in text case)
you can also see this in IE7 during the fadein of the circles in the mojo demo.