This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
DDL flickers when items are refreshed #1314
Open
Description
When items source is refreshed the dropdown calculates the position. calculating the position uses timeout to set opacity=0/1 till the calculation ends. So if the user types something and items gets refreshed the ddl flickers on every key stroke.
@dimirc commited this change on sep30 abc4ce9?diff=unified
I cannot think on any reason to calculate the position on Items refresh, the way I see it, position should be set only on init (before drop is shown for the first time). None the less this is a bug that caused me to revert to version 0.12.1 instead of 0.13.*