Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComboBox change event fires twice on entering text and tabbing out #4496

Closed
IvanDanchev opened this issue Sep 12, 2018 · 1 comment
Closed

Comments

@IvanDanchev
Copy link
Contributor

Bug report

Introduced in version 2018.2.620 (commit).

Reproduction of the problem

Dojo example.

  1. Click the ComboBox input area.
  2. Enter arbitrary text
  3. Press "Tab" key.

Current behavior

The change event fires twice.

Expected/desired behavior

The change event fires once.

Environment

  • Kendo UI version: 2018.2.620
  • jQuery version: x.y
  • Browser: [all ]
@Juveniel
Copy link
Contributor

Juveniel commented Jan 30, 2019

The issue can be reproduced on the following Dojo with the 2019 R1 (2019.1.115):
Case 1:

  1. Type random text in the ComboBox input
  2. Press Tab - change is fired once
  3. Click on the ComboBox input and type more text
  4. Press Tab - change is fired twice, instead of once

Case 2:

  1. Type random text in the ComboBox input
  2. Press Enter - change is fired once
  3. Press Tab - change is not fired
  4. Click on the ComboBox input and type more text
  5. Press Enter - change is fired once
  6. Press Tab - change is fired once, but it should not be fired at all

@Juveniel Juveniel reopened this Jan 30, 2019
@Juveniel Juveniel removed this from the 2018.R3.SP1 milestone Jan 30, 2019
@Dimitar-Goshev Dimitar-Goshev added this to the 2019.R1.SP.next milestone Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants