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

treenode text over splitter in IE8

2 Answers 22 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
eyal
Top achievements
Rank 1
eyal asked on 09 Oct 2009, 07:24 AM
Hi,

Attached, please find a screenshot from IE8.
When the treenode has a text longer than the splitter's width and the node is mouse-hovered, the text appears over the splitter to the adjacent pane. This issue does not occur on IE7 or FF.

BR,
eyal

2 Answers, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 14 Oct 2009, 03:26 PM
Hi eyal,

Would you please try whether inserting the following style on your page fixes the problem?

<style type="text/css">
   
 div.RadTreeView .rtIn
 {
    padding: 2px 3px;
    display: inline-block;
 }
 div.RadTreeView .rtHover .rtIn,
 div.RadTreeView .rtSelected .rtIn
 {
    padding: 1px 2px;
 }
 </style>

Let me know how it goes.

Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
eyal
Top achievements
Rank 1
answered on 15 Oct 2009, 09:12 AM
Excellent! Thanks Svetlina.
It fixes the problem (though I did not have time yet to thoroughly test how it affects other page components or browsers).

BR,
eyal
Tags
Splitter
Asked by
eyal
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
eyal
Top achievements
Rank 1
Share this question
or