telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
468 stars 217 forks source link

DatePicker popup animation flickers when component is placed at the bottom #2149

Open mbechev opened 5 years ago

mbechev commented 5 years ago

Describe the bug When DatePicker Component is at the bottom of the page, calendar popup animation flickers when it has to be shown over the date input field.

To Reproduce

https://stackblitz.com/edit/angular-fbc1bf?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts

Update from 2023. There is no animation when the popup opens to the top. When opening to the bottom the animation seems right.

Expected behavior Smooth popup animation when the calendar is tapped.

Browser

Workaround As a workaround popup animation can be set to false. <kendo-datepicker [popupSettings]="{ animate: false }"> </kendo-datepicker>

RamKovuru commented 4 years ago

We are seeing this issue in our application. Do we know when this will be fixed?

mbechev commented 4 years ago

Typically we abstain from committing to specific timelines due to the dynamic nature of our planning and development processes, and as we do not want to make promises that we might not be able to hold.