Completed
Last Updated: 07 Oct 2021 10:37 by ADMIN
Release R3.2021.SP.next
Jignesh
Created on: 20 Jul 2021 13:18
Category: ListView
Type: Bug Report
0
ListView - Deselecting an item using keyboard (Ctrl+Space) doesn't trigger "change" event

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]

0 comments