Hi,
When using the dropdown tree on safari using the bootstrap themes when the page has scrollbars and clicking on the dropdown the page scrolls up, even though there is available space:
Please see this Dojo which replicates the issue:
https://runner.telerik.io/fullscreen/uwoBEKiT/2
Open the above URL in Safari, chick on the dropddown and the page scrolls up and the dropdown is no longer visible.
Regards
James Qu
inn
Regression introduced in R1 2020.
Reproducible in the demo.
The DropDownTree items are not checked. The issue is reproducible only if the checkbox is clicked. Clicking its label, or checking the checkbox with the keyboard (Space key) checks all items as expected.
All items are checked.
Hello Team,
Please refer this DoJo - http://dojo.telerik.com/@SaravanaMS/utINiRUq
We have a dropdowntree component added in a grid and when we collapse the dropdowntree options - dropdowm box stays at top.
Steps to reproduce -
1. open all options from top to bottom
2. collapse the option from bottom to top
3. once the top option is collapsed - dropdown box stays at top
Hi
I have a problem with the DropDownTree component.
From a remote data source type json I am getting a tree with two levels of data but it only shows the first level.
Code:
$("#dropdowntree").kendoDropDownTree({
dataSource: {
transport: {
read: {
url: "/api/getData",
type: "POST",
dataType: "json",
contentType: "application/json; charset=utf-8"
}
}
},
checkboxes: true
});
Response:
[
{
text: "Furniture", expanded: true, items: [
{ text: "Tables & Chairs" },
{ text: "Sofas" },
{ text: "Occasional Furniture" }
]
},
{
text: "Decor", items: [
{ text: "Bed Linen" },
{ text: "Curtains & Blinds" },
{ text: "Carpets" }
]
}
]
$("#dropdowntree").kendoDropDownTree({
dataSource: {
data: [
{
text: "Furniture", expanded: true, items: [
{ text: "Tables & Chairs" },
{ text: "Sofas" },
{ text: "Occasional Furniture" }
]
},
{
text: "Decor", items: [
{ text: "Bed Linen" },
{ text: "Curtains & Blinds" },
{ text: "Carpets" }
]
}
]
},
checkboxes: true
});
Using setDataSource method on a working DropDownTree, with same initial settings leads to not working clea button and not expanding a collapsed node.
Dojo: https://dojo.telerik.com/uLUNudEJ
Steps (clear button):
1. Open dojo and check that everything works correctly
2. Click reload button (calls setDataSource)
3. Clear all button does not work and cannot deselect the item from the tag's clear button.
Steps (expand):
1. Open dojo and open popup to see everything expands as expected
2. Click reload
3. Open popup
4. The last (initially collapsed) node cannot be expanded.
If the DropDownTree is configured without checkboxes (single selection), the X button shouldn't be present.
The clear button appears
The clear button shouldn't be present.
If you prevent the DropDownTree's close event, the k-animation-container-shown class is removed from the popup.
The k-animation-container-shown class is removed from the popup element.
The k-animation-container-shown class should be preserved.
Bug report
DropDownTree as a row editor does not clear chips when x button is clicked. Select All option does not select items
this.dataSource.data() does not have items
Regression with 2022.1.119
Reproduction of the problem
Open this Dojo example - https://dojo.telerik.com/oXizEQac
Open Name column row filter DropDownTree
Select All shall select all items. Clearing items shall clear them
Environment
Kendo UI version: 2022.1.119 or newer
Browser: [all]