kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

TabStrip.activateTab Triggers Events

Open dday9 opened this issue 3 years ago • 1 comments

Bug report

Reproduction of the problem

  1. Create a new instance of the TabStrip
  2. Bind the show event of the TabStrip
  3. Call the activateTab method of the TabStrip

Dojo: https://dojo.telerik.com/OVIDUBuP (for dojo example, open console)

Current behavior

The show event is fired.

Expected/desired behavior

Per the documentation, invoking the activateTab method should not trigger any events.

Environment

  • Kendo UI version: 2022.1.119
  • jQuery version: 1.12.4
  • Browser: all

dday9 avatar Feb 03 '22 19:02 dday9

Also came up in ticket #1572853

martintabakov avatar Jul 22 '22 13:07 martintabakov