Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Issue: AnimationExtender Support for the Label Control In IE [24865]

$
0
0
If I attach the AnimationExtender to a label control in firefox it works fine but in IE 8 in compatiablity mode or any other mode it does not work ar all.
I have tried the ForceLayoutInIE="true" with no success. This has been a problem for a long time and it needs to be fixed.

My Code:

<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
<cc1:AnimationExtender ID="Label1_AnimationExtender" runat="server" Enabled="True"
TargetControlID="TextBox1">
<Animations>
<OnLoad>
<Sequence>
<Pulse Duration="2.0" />
<FadeOut Duration="3.0" Fps="20" ForceLayoutInIE="true" />
</Sequence>
</OnLoad>
</Animations>
</cc1:AnimationExtender>
Comments: Would you provide a complete sample project?

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>