IgniteUI / ignite-ui

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

igCombo - Duplicate items are displayed if dataSource contains both half-width and full-width characters and virtualization is enabled. #2124

Closed mkamiishi closed 3 years ago

mkamiishi commented 3 years ago

Description

Duplicate items are displayed if dataSource contains both half-width and full-width characters and virtualization is enabled. IE works as expected.

Steps to reproduce

  1. Run the attached sample in Chrome. For both combos:
  2. Open the drop down.
  3. Scroll to the bottom of the list.

Result

The last item is duplicated. (You will see a different item gets duplicated if you scroll down quickly.)

Expected result

No duplicate items.

Attachments

sample.zip