telerik / kendo-vue

Issue tracker - Kendo UI for Vue http://www.telerik.com/kendo-vue-ui/
Other
63 stars 28 forks source link

The itemClick event of the DropDownButton doesn't work when triggered by a touchpad touch #293

Open PekoPPT opened 2 years ago

PekoPPT commented 2 years ago

Describe the bug The DropDownButton's itemClick event doesn't work when you select one of its items with a tap on a touchpad.

To Reproduce

  1. Open this StackBlitz example
  2. Expand the DropDownButton and select an item with a mouse click - the itemClick event is logged in the event logger
  3. Using a touchpad, select an item by tapping on the touchpad.
  4. See the event logger - the itemClick event is not logged

Expected behavior The itemClick event should be triggered consistently no matter if a mouse click or touchpad is used

PekoPPT commented 2 years ago

For more hardware details, check ticket 1578894

PekoPPT commented 1 year ago

Also reported in ticket 1595931; The issue is replicable only when using touchPad.

Pragu9988 commented 5 months ago

Any update on this ticket? Still not triggering itemclick event when using touchPad