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

RadTreeView: The plus buttons aren't in place, in rtl for version 2013.2.717.40

3 Answers 61 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
ido nahmias
Top achievements
Rank 1
ido nahmias asked on 15 Aug 2013, 02:15 PM
RadTreeView: The plus buttons aren't in place, in rtl for version 2013.2.717.40

I found out in version 2013.2.717.40 that the RadTreeView doesn't seem to behave properly for rtl.
The plus buttons aren't in place (they are placed over the dotted line):

the current css style:

:root .RadTreeView_rtl .rtMinus{
  1. positionrelative;
  2. margin-left2px;
  3. margin-right-13px;
  4. right-15px;
}

it should be changed to:

:root .RadTreeView_rtl .rtMinus{
  1. positionrelative;
  2. margin-left2px;
  3. margin-right-13px;
  4. right-15px;
}



1. Is the right: 15px for the 
RadTreeView necessary in class.RadTreeView_rtl .rtMinus?
2. Is the change (right:15px), was done from version: 2013.2.717.40? Are there any new css changes? 

*I used office 2007 skin.

Thanks.

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 19 Aug 2013, 01:29 PM
Hi Ido,

I reviewed our on-line demos for the normal look and the rtl look of the RadTreeView control but they seem to have the same look for rtl and ltr view.  Can you please provide a screenshot of the issue that you are referring to as well as specify the browser where you observe the problematic look?

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
ido nahmias
Top achievements
Rank 1
answered on 19 Aug 2013, 02:11 PM
1. I used chrome- latest version
2. I added 2 screenshots- before and after the css changes
0
Kate
Telerik team
answered on 20 Aug 2013, 10:41 AM
Hi Ido,

Thank you for clarifying that. It seems that the issue is related to the Office2010Blue skin of the RadTreeView control in Chrome. I will log this issue in our internal system so that our developers can review it and fix it accordingly. You can also find your Telerik points updated.

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TreeView
Asked by
ido nahmias
Top achievements
Rank 1
Answers by
Kate
Telerik team
ido nahmias
Top achievements
Rank 1
Share this question
or