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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Input] Fix infinite rendering loop #11159

Merged

Conversation

oliviertassinari
Copy link
Member

This issue was challenging to fix. I believe there is an obscure rendering issue in Firefox that makes the .scrollHeight value unstable. I ended up using a 1px threshold for updating the height of the input. This should be 馃挴 fine like this :).

Closes #11132

@oliviertassinari oliviertassinari added bug 馃悰 Something doesn't work component: text field This is the name of the generic UI component, not the React module! labels Apr 26, 2018
@oliviertassinari oliviertassinari self-assigned this Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 馃悰 Something doesn't work component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant