Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kspeyanski opened this issue Apr 24, 2020 · 1 comment
Assignees

Comments

@kspeyanski
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants