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]
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
Hi Team,
It's an issue in keyboard navigation support for DropDown Tree, where am not able to scroll to the end node. Given the scenario in below link
https://dojo.telerik.com/IROwUrot
Am using 2019.2.619 version.
Regards,
Minati
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.
Currently, when checkboxes are enabled, the selected items cannot be sent to a remote end-point via form submit. Research possible workarounds for the senario - rendering an additional input elements, parsing or other suitable approach that allows submitting the value of the widget.
Pressing the clear button of the DropDownTree does not change the component's value in the change event.
The value is the same as before pressing the button
The value should be an empty string after pressing the clear button
Dojo example: http://dojo.telerik.com/ePEPAtEl/3
Two scenarios:
The DropDownTree's height is set to "auto" and there are enough nodes in the embedded treeview, so that the when the popup shows up a vertical scrollbar appears. In Chrome and IE, when the scrollbar appears the page is scrolled down automatically, which causes the popup to close.
height is not set explicitly in the DropDownTree (remove the setting from the dojo example). If the browser window is resized so that there isn't enough space for the whole popup to be displayed, on the popup showing up, the same behavior as in 1. is observed.
The popup closes automatically.
The popup remains open.
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.
Unexpected change event triggering when using value() method of remote datasource DropDownTree with checkboxes and autoBind false
Script runs through datasource read else, then through datasource read if and then DropDownTree's change event is fired.
NOTE: if there is no setTimeout or if the two nodes are loaded at the same time with no if else clause, then the issue is not reproducible.
DropDownTree's change event is not fired, when value() method is called.
Similar fixed issue: #4352