KendoListView TabIndex Defaults to -1

1 Answer 49 Views
ListView
Bryan
Top achievements
Rank 1
Bryan asked on 06 Jan 2023, 04:38 PM
I don't think this was an issue until the previous updates; the kendo listview is no longer inheriting the tabindex from the parent element (0) and instead sets it to -1, even if the listview is navigatable and selectable. I can reset it after the declaration, but as we use this control in a wide variety of applications, it's less than ideal to sweep for every instance when it was previously correct. Any suggestions on how to handle this?

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 11 Jan 2023, 01:48 PM

Hello, Bryan,

If you take a look at this Dojo example, you will see tabIndex 0 for the ListView. Could you please let me know if I am missing something here?

Looking forward to your reply.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Bryan
Top achievements
Rank 1
commented on 11 Jan 2023, 06:19 PM

Hi, Martin. I'm currently using 2022.1.301 with contentElement: "" set.  If I use that in the example, I see the same issue I'm experiencing.  If I update the version in dojo, it no longer seems to be an issue. 

Thanks for the help.

Tags
ListView
Asked by
Bryan
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or