Hi Team,
I'd like to request the autoScroll functionality with Keyboard Navigation for the Kendo UI TreeView so if the user navigates below or above the page, the focused item will scroll into view.
Thank you!
According to the ARIA spec, the TreeView non-parent nodes should not have the aria-expanded. Otherwise they would be incorrectly described to assistive technologies as parent nodes.
The bottom nodes shouldn't have an aria-expanded attribute.
Please make the drag/drop ignore property accessible when treeview drag/drop is enabled. It would be helpful even if it was something static like k-ignore-drag. This would allow parts of my template to not initiate the drag/drop. Thanks
I am using TreeView and many other Kendoui HTML controls in my WebPart and I am finding it very fast and good looking, just I am facing only issue while sorting the nodes because I am creating HTML element ul dynamically with multiple nodes and then applying KendoUITreeView() Please provide sort as standard method on TreeView.
If you have some hotkeys on the page for example ALT + left arrow and ALT + right arrow and if the focus on TreeView these hotkeys are also affected tree and one can't prevent it.
https://dojo.telerik.com/@zdravkov/uNIkeReb
If the TreeView dataSource gets an error on a read request, the TreeView displays the "Request failed. Retry" message. However, on a subsequent successful request, the TreeView is not refreshed.
The TreeView should be refreshed on a subsequent successful request.
The treeview should allow more than one node to be selected at the same time.
The expandTo and expandPath methods of the TreeView do not change the data-expanded and aria-expanded attributes to "true".
After the items are expanded, their data-expanded and the aria-expanded attributes are false.
After the items are expanded, their data-expanded and the aria-expanded attributes should be set to true.
I'm not sure if a treeview component is planned for R1 2018 but a treeview react component would be very useful.
Hi,
There is an accessibility issue regarding MAS 4.2.1 - Object Information.
Using keyboard navigation and screen reader (Windows Narrator),
While the focus is on expanded tree item (with inner children), screen reader should not read all the children information in one go, it should read one by one.
See the attached video.
Can you help please?
Thanks,
Michal.
It would be really helpful to have a tree view search. Search - highlights all results for given text. User can select by clicking on the node
A recent update added the Checkbox widget that uses a novel set of CSS and HTML elements to stylize the checkbox in the browser. This style is not automatically applied to the TreeView widget's checkboxes. It would be very nice to have the TreeView checkboxes stylized to maintain a consistent look and feel across widgets: http://docs.telerik.com/kendo-ui/web/appearance-styling#checkboxes-and-radio-buttons
There are multiple detached span elements: screenshot
Memory consumption increases with every change: screenshot
Hi there,
We noticed an issue with our Numeric TextBox after a recent upgrade on Chrome. We're currently on Version 73.0.3683.86 (Official Build) (64-bit), the latest version at the time of writing. Our setup has a grid using a TreeView as an editor template. The TreeView, in turn, uses a NumericTextBox inside its item template. I've prepared a working demo that illustrates the issue. If you click on the last column of the grid, expand the TreeView and click on one of the NumericTextboxes, you will see that it loses the focus as soon as you click on it. As a result, it's impossible to input anything into those fields. Any other browsers don't have this issue.
https://dojo.telerik.com/ukuTAYOB/4
We had a lot of issue reports from our clients this week so we're pretty sure it's a recent update from Chrome. Please let me know if you need further clarification. This is a fairly serious issue for us as it's affecting one of the main functionalities of our web application. If you can provide a temporary workaround before the proper fix comes out, that'd be great.
Regards,
Brian Roth
The expand Icon of the treeview node is being reset, if another node is dropped above/below it.
To reproduce this behavior you can take the Drag and Drop demo of the treeview. In the initial state the "Furniture" node is expanded. If you take the "Decor" node and drop it above the furniture node, the "Furniture" node stays expanded but the icon changes to collapsed.
ADMIN EDIT: workaround: https://dojo.telerik.com/@bratanov/aLigiWaz
The issue does not manifest with R3 2019 SP1.
You can also monitor it in the following GitHub issue: https://github.com/telerik/kendo-ui-core/issues/4820