Unplanned
Last Updated: 31 Aug 2022 18:12 by Richmond
Created by: Richmond
Comments: 0
Category: DropDownTree
Type: Bug Report
1

Describe the bug
The Kendo UI DropDownTree has several ARIA errors appearing according to the Axe DevTools.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the following StackBlitz.
  2. Inspect the page, in the inspector click the "axe DevTools" tab and then click the "Scan ALL of my page" button.
  3. Under "Serious" issues you will see: ARIA toggle fields must have an accessible name

Expected behavior
There should be no ARIA errors related to the Kendo UI DropDownTree.

Screenshots
Please take a look at the following Screencast related to the issue.

Browser

  • OS: All Supported
  • Browser: All Supported
  • Version: latest (e.g. Edge: 104.0.1293.70)
Unplanned
Last Updated: 26 Apr 2021 07:45 by ADMIN
Created by: Rama Mohan
Comments: 0
Category: DropDownTree
Type: Feature Request
3
Provide virtual scrolling for DropDownTree component.
Completed
Last Updated: 12 Apr 2021 21:24 by ADMIN
Created by: hzxqkj
Comments: 9
Category: DropDownTree
Type: Feature Request
34
Modeled after the jQuery widget:

http://demos.telerik.com/aspnet-ajax/dropdowntree/examples/overview/defaultcs.aspx
Unplanned
Last Updated: 04 Feb 2021 11:25 by ADMIN
Created by: Tsotne
Comments: 1
Category: DropDownTree
Type: Feature Request
1

Hi there

I just discovered that you added dropdownTree component and that's great. I was waiting for this feature

Thing is that searching in the tree is very key feature for us, because there are lots of items in tree.

To provide this feature I had to create this component myself by combining kendo combobox, tree and popup, but I need to support it from time to time, So it would be great if you add it in your component library.

Thanks a lot