Skip to content

Focused state not removed on blurring DropDownList after clicking on its filter input #5190

Open
@Dimitar-Goshev

Description

@Dimitar-Goshev

Bug report

Class k-focus is not removed from DropDownlist on blur, if its filter input was clicked.

Reproduction of the problem

  1. Use Events demo
  2. Click on DropDownList to expand its dropdown.
  3. Click on DropDownList's filter input.
  4. Click on demo's title to blur the DropDownList

Current behavior

DropDownList appears focused as k-focus class is not removed from its span
<span unselectable="on" class="k-dropdown-wrap k-state-default k-focus">
image

Expected/desired behavior

DropDownList does not appear focused.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: all

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions