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

IE scrolling bug

3 Answers 51 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Roman
Top achievements
Rank 1
Roman asked on 29 Jun 2010, 02:25 PM
Hi

I'm using a RadTreeView inside a RadPane (of a RadSplitter). The RadPane has the overflow: auto property set, i.e. the treeview gets scrolled. This works fine in all browsers, except for IE. Please view the result here.

I am using the 2010.1.519.20 assembly.
Since the panel (with other controls) beneath the RadTreeView gets scrolled correctly it seems like only the RadTreeView has this problem.

Thanks in advance for some help
Kind regards
Roman

3 Answers, 1 is accepted

Sort by
0
Roman
Top achievements
Rank 1
answered on 01 Jul 2010, 12:22 PM
Hi again

Does nobody have a clue? Is this a known problem?
If some information is missing, please do not hesitate to request it.

Thanks in advance
Roman
0
Accepted
Nikolay Tsenkov
Telerik team
answered on 02 Jul 2010, 11:58 AM
Hello Roman,

I've tried to reproduce your problem, but I wasn't able to.
Could you, please, open a support ticket and send me a simple project reproducing your problem.
This seems like the best way to go about such case.

I am sure that we will resolve it soon!


Regards,
Nikolay Tsenkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Roman
Top achievements
Rank 1
answered on 08 Jul 2010, 02:51 PM
Hello Nikolay

Sorry for not replying. I was able to solve the problem myself. The problem was, that I added a "position: relative" to the ".rtLI" class, in order to have an anchor for absolute positioning within the li-tags. That was what caused the problem.

(For those interested what I did as a replacement for the absolute positioning: I used "display: inline-block" for all controls within the item and defined a width for each.)

Nonetheless thanks for your quick reply!

Kind regards
Roman
Tags
TreeView
Asked by
Roman
Top achievements
Rank 1
Answers by
Roman
Top achievements
Rank 1
Nikolay Tsenkov
Telerik team
Share this question
or