This is a migrated thread and some comments may be shown as answers.

Coverflow - distortion in IE6

1 Answer 49 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
jc mag
Top achievements
Rank 1
jc mag asked on 26 Nov 2010, 08:37 PM
Here is my RadRotator:

<telerik:RadRotator ID="rotator1" runat="server" BorderWidth="0" RotatorType="CoverFlowButtons"
            Width="100%" ItemWidth="64" Height="80px" ItemHeight="64" ScrollDuration="500"
            FrameDuration="2000" EnableRandomOrder="true" PauseOnMouseOver="false" Skin="Windows7"
            ScrollDirection="Left, Right" OnClientItemShown="OnClientItemShown" CssClass="RemoveRotatorBorder">
            <ItemTemplate>
                <asp:Image ID="Image1" runat="server" ImageUrl='<%# Eval("Url") %>' AlternateText='<%# Eval("Name") %>' />
            </ItemTemplate>
        </telerik:RadRotator>

and the javascript configuration:

Telerik.Web.UI.RadRotatorAnimation.set_scrollAnimationOptions("<%= rotator1.ClientID %>",
        {
            xR: 5, // The offset in pixels between the selected items and the first item on the left and on the right of the selected item.
  
            xItemSpacing: 20,
            matrix: { m11: 1, m12: 0, m21: -0.1, m22: 1 }, // The 2d transformation matrix, applied to the items that appear on the right of the selected item
            reflectionHeight: 0.5, // The height of the reflection
            reflectionOpacity: 1 // The opacity, applied to the reflection
        }
    );

It is fine in IE 8: coverflow-ie8.png
but images are too big or distorted in IE6: coverflow-IE6-a.png and coverflow-IE6-b.png



1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 02 Dec 2010, 02:45 PM
Hello,
I was able to reproduce the problem you describe using the provided code and images that are larger than 64px/64px. I will add it to our ToDo list and we will do our best to fix it for Q3 2010 SP1 that is scheduled for the middle of December.

Greetings,
Tsvetie
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Rotator
Asked by
jc mag
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or