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

Scrollbar on TreeView in chrome

1 Answer 389 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Laszlo
Top achievements
Rank 1
Laszlo asked on 17 Dec 2014, 02:03 PM
Hi, a scrollbar appears at the right side of a kendo UI treeviews.
Plunkr demonstration (hover jour mouse over the tree items): http://plnkr.co/edit/oYYKUjfYRz1JmXwhgRRW?p=preview
The attached image shows what I see (in regular chrome, and canary as well).

Also, if I grab the scrollbar with the mouse, it behaves really strange, here is a video: http://screencast.com/t/EyuABRLR3tu

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Dec 2014, 04:59 PM
Hi Laszlo,

The observed behavior is a browser bug. Either set an explicit height to the TreeView, or disable its scrollability.

div.k-treeview
{
   overflow: visible;
}


Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeView
Asked by
Laszlo
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or