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 doesn't reset its default state on content deletion #5400

Closed
PekoPPT opened this issue Nov 8, 2019 · 1 comment
Closed

ComboBox doesn't reset its default state on content deletion #5400

PekoPPT opened this issue Nov 8, 2019 · 1 comment
Assignees
Labels
Bug C: ComboBox FP: Completed Sync status with associated Feedback Item jQuery SEV: Low
Milestone

Comments

@PekoPPT
Copy link
Contributor

PekoPPT commented Nov 8, 2019

Bug report

The ComboBox doesn't reset its default state when removing the selected items with Ctrl+A && pressing the Delete/Backspace button.

This bug is a regression from the 2018 R3 version.

Reproduction of the problem

  1. Open this Dojo project
  2. Select the ComboBox and enter "Hanari Carnes", then select the first element
  3. Clear the value of a field in one step (press Ctrl+A then Delete/Backspace button). The dropdown of the ComboBox will open.
  4. Select the first element in the list - "Vins et alcools Chevalier".
  5. The dropdown closes and no item is selected

Current behavior

When selecting the first element in the list, the Combobox closes without adding a value to the ComboBox input.

Expected/desired behavior

When the "Vins et alcools Chevalier" value is selected , the value should be added in the ComboBox input and the dropdown should close.
Here is a Dojo demonstrating the correct behavior.

Environment

  • Kendo UI version: 2019.3.1023
  • jQuery version: x.y
  • Browser: [all]
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Nov 8, 2019
@nenchef nenchef added the FP: Planned Sync status with associated Feedback Item label Nov 8, 2019
@kendo-bot kendo-bot removed the FP: Unplanned Sync status with associated Feedback Item label Nov 8, 2019
@Iankodj Iankodj self-assigned this Jan 15, 2020
@kendo-bot kendo-bot added FP: In Development Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Jan 15, 2020
@Iankodj Iankodj added this to the 2020.R1.SP.next milestone Jan 15, 2020
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Jan 27, 2020
@Dimitar-Goshev
Copy link
Contributor

Dimitar-Goshev commented Feb 16, 2020

@Iankodj @mparvanov The first commit leads to a critical issue in IE - when the ComboBox value is cleared and the widget is blurred, the focus is automatically returned back to the ComboBox.

The second commit leads to another issue in IE - on clearing the ComboBox value, the dropdown is automatically opened.

@kendo-bot kendo-bot added FP: In Development Sync status with associated Feedback Item and removed FP: Completed Sync status with associated Feedback Item labels Feb 16, 2020
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: ComboBox FP: Completed Sync status with associated Feedback Item jQuery SEV: Low
Projects
None yet
Development

No branches or pull requests

6 participants