Declined
Last Updated: 26 Jan 2024 13:43 by ADMIN
Andreas
Created on: 22 Nov 2021 19:37
Category: MultiColumnComboBox
Type: Bug Report
2
Select event not fired when clicking on an already selected ComboBox/MultiColumnComboBox item

Bug report

Select event not fired on clicking over already selected ComboBox/MultiColumnComboBox item. According to the event description, it should be "Fired when an item from the popup is selected by the user either with mouse/tap or with keyboard navigation". It is fired when pressing Down arrow again when the last item is selected, but not fired if the last item is clicked.
Regression since 2018.3.1017 - Dojo introduced with the fix for Unexpected ComboBox value selection, instead of text, when an item is selected with Enter

Reproduction of the problem

  1. Go to https://demos.telerik.com/kendo-ui/multicolumncombobox/events
  2. Expand the widget.
  3. Click on Item 3.
  4. Expand the widget again.
  5. Click on Item 3.

Current behavior

Select event is NOT fired.
If we expand the widget and press Down arrow, select event is fired once again for Item 3.

Expected/desired behavior

Select event is fired as with version 2018.3.911 - Dojo.

Environment

  • Kendo UI version: 2021.3.1109
  • Browser: all
0 comments