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

[Solved] Text problem

3 Answers 126 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Stuart Hemming
Top achievements
Rank 2
Stuart Hemming asked on 03 Nov 2009, 12:53 PM

To be honest, I'm unsure if this is a TreeView or Splitter problem, so please bare with me.

I have a TreeView in a RadPane. The TreeView, when expanded, puts some of the nodes close to, or past the RadPane's edge. If the overlapping nodes are neither selected or hovered over, all is OK, but otherwise, well you can see for yourself in ss3.gif (attached).

FYI, this happens in IE8 but not FF3.5. The skins are Q1 2009's WebBlue.

-- 

Stuart

3 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 06 Nov 2009, 07:48 AM
Hello Stuart,

Actually this is a known issue in IE8, you can work-around it with the following css styles:

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

Greetings,
Yana
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
Stuart Hemming
Top achievements
Rank 2
answered on 06 Nov 2009, 12:19 PM
Yana,

Thanks for that.

I guess that's another skin to externalize. I'll add the external skin fils to the Theme folder and make the changes you suggest and let you know how I get on.

--
Stuart
0
Stuart Hemming
Top achievements
Rank 2
answered on 12 Nov 2009, 11:26 AM
Yana, this worked a treat.

Thanks.

--
Stuart
Tags
TreeView
Asked by
Stuart Hemming
Top achievements
Rank 2
Answers by
Yana
Telerik team
Stuart Hemming
Top achievements
Rank 2
Share this question
or