telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
212 stars 39 forks source link

bug(dropdowns): combobox triggers layout reflow onUpdate and breaks animation #561

Open kspeyanski opened 4 years ago

kspeyanski commented 4 years ago

Currently, internal layout reflow is triggered on componentDidUpdate method of the ComboBox, which causes a layout reflow during ongoing animation. Can be observed in the following stacklitz example: https://stackblitz.com/edit/react-8mxlqb?file=CompTwo.js

Further investigation is required to confirm if this can be fixed in the ComboBox or in the Animation.

kdikov82 commented 2 years ago

@kspeyanski Any status update? I have tried the example, but I couldn`t observe any obvious problems with it. Is it possible that it was browser related?