IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 84 forks source link

[igCombo] If virtualization is TRUE and itemTemplate is set, the list of open combos is fixed and does not scroll. #2169

Closed IG-Mori closed 2 years ago

IG-Mori commented 2 years ago

Description

If virtualization is TRUE and itemTemplate is set, the list of open combos is fixed and does not scroll.

Steps to reproduce

  1. Open the attached sample in a browser.
  2. Click the dropdown button to open the dropdown.
  3. Move the scroll bar down.

Result

The list of Combos does not scroll.

image image

Expected result

The list of Combos scrolls in conjunction with the scroll bar.

Attachments

sample.zip

IG-Mori commented 2 years ago

Could you tell me a workaround if there is any?