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

I see only one pixel of rotator,

2 Answers 37 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Benyamin Yabets
Top achievements
Rank 1
Benyamin Yabets asked on 27 Oct 2008, 11:40 AM
here code:
<div id="P1" border="0" style="background-color:Green;border-width:0px;height:100px;width:500px;direction:rtl;">
RadRotator
</div>


this happening because direction:rtl in tag div  ; why?

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 28 Oct 2008, 12:47 PM
Hello Benyamin Yabets,

RadRotator currently does not support RTL - this feature is in our ToDo list for one of the following updates. Currently we are working on RTL support for RadDock and RadEditor and once we are ready, we will continue with RadRotator.


Kind regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
yehuda
Top achievements
Rank 1
answered on 03 Nov 2008, 03:12 PM
I just ran into this problem as well.
I tried putting the contents in ItemTemplate inside a div with direction: ltr, and also putting the rotator in a div like that.
I still can't see the rotator contents correctly unless I remove direction: rtl; from the body.

Is there a solution to that? Since the rotators content is only images, it doesn't matter to me if it's LTR or RTL, but the rest of the page should idealy stay in RTL.

Edit: Adding this page fixed it for me:

.RadRotator

 

.radr_Default,
.radr_clipRegion,
.radr_relativeWrapper,
.radr_itemsList,
.radr_item
{
    
direction: ltr;
}

 



Thanks
Tags
Rotator
Asked by
Benyamin Yabets
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
yehuda
Top achievements
Rank 1
Share this question
or