Skip to content
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
@onemenny

Description

@onemenny

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.*

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