kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

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

Open kspeyanski opened this issue 4 years ago • 1 comments

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.

kspeyanski avatar Apr 24 '20 14:04 kspeyanski

@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?

kdikov82 avatar Jul 31 '22 16:07 kdikov82