Completed
Last Updated: 23 Nov 2023 08:54 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

https://dojo.telerik.com/ERegiQEN/3

Run the example in the Dojo and observe the console for errors.

 
Completed
Last Updated: 07 Oct 2021 10:37 by ADMIN
Release R3.2021.SP.next

Bug report
Deselecting a ListView item using the keyboard (Ctrl+Space) doesn't trigger the "change" event

Reproduction of the problem

https://dojo.telerik.com/OComOlad

Focus the Listview (Alt+W)
Select the first item by pressing [Spacebar] on keyboard. Notice the "change" event log under console in dev tools.
Now, deselect the item by pressing [Ctrl+Spacebar]. Notice the "change" event was not triggered even though the item got deselected.

 

Expected/desired behavior
Change event shall be triggered upon detecting with the keyboard

Environment
Kendo UI version: all
jQuery version: all
Browser: [all]

Completed
Last Updated: 09 Sep 2021 07:40 by ADMIN
Release 2020.R3

Sometimes, I need to present a dynamic list bound to a dataSource. I believe ListView is the widget for that.

However, ListView adds role="listbox" to the root element and role="option" to children.

Per https://www.w3.org/TR/wai-aria-1.1/#listbox , a listbox is a widget that allows to select an item. A non-selectable ListView should have role="list" and its children should have role="listitem".

Unplanned
Last Updated: 20 Jul 2021 13:25 by ADMIN
  1. Reproduction steps
    • Open the HTML file attached herewith.
    • Focus the Listview (Alt+W)
    • Select the first item by pressing [Spacebar] on keyboard. Notice the "change" event log under console in dev tools.
    • Now, deselect the item by pressing [Ctrl+Spacebar]. Notice the "change" event was not triggered even though the item got deselected.
  2. OS / Browser (if applicable) / Control(s) version / .Net version
    • Windows 10 / Edge Chrome / Chrome / Kendo UI for JQuery 2021.2.616
  3. Description of the expected behavior
    • "change" event should get triggered as it does when using mouse to de-select an item.
Completed
Last Updated: 11 Feb 2021 16:54 by ADMIN
Release 2021.R1.SP.next

Bug report

The Kendo UI ListView widget is not rendering a vertical scrollbar when the scrollable option is set to "endless" and the content overflows out of its wrapper.

Reproduction of the problem:

1. Set the scrollable option to "endless".

2. Dojo sample for repro:

https://dojo.telerik.com/OKIqAdOv

### Environment

* **Kendo UI version:** 2020.3.915
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Declined
Last Updated: 01 Jun 2020 11:21 by ADMIN

Reproduction:

  1. Run dojo at https://dojo.telerik.com/@GaloisGirl/UYefIDES
  2. Check developer console

Expected result: a message should be logged.

Actual result: no message is logged.