IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editor's dropdown has a scrollbar only during animation if there are few items in it

ChronosSF opened this issue · comments

Description

While the animation expands the dropdown it will show a scrollbar until it is large enough for the browser to hide it. It looks quite janky.

Steps to reproduce

  1. Open the attached sample.
  2. Open the editor's dropdown

Result

dropdown

Expected result

The dropdown may have overflow-y: hidden while being animated, or it can be implemented with two containers like in igCombo.

Attachments

dropdown.zip