Unplanned
Last Updated: 13 May 2020 12:54 by Sebastian
Sebastian
Created on: 13 May 2020 12:54
Category: DropDownList
Type: Bug Report
0
Incorrect popup position when using DropDownList with virtualization

Bug report

When filtering the DropDownList data when a limited amount of items remain the popup container is displayed above the DropDown element when sufficient space is available below the element

Reproduction of the problem

  1. Run this dojo
  2. Enter "123" - the popup container with the list of items is displayed below the DropDown element
  3. Enter "1234" - the popup container with the list of items is displayed above the DropDown element when sufficient space is available below the element
  4. Enter "12345" - the NoDataTemplate is displayed above the DropDown element when sufficient space is available below the element

Expected/desired behavior

The popup container with the list of items should be displayed below the DropDown element when sufficient space is available below the element

Environment

  • Kendo UI version: 2020.1.406
  • Browser: [all]
0 comments