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

[TextareaAutosize] Glitchy resizing #160

Closed
cherniavskii opened this issue Mar 6, 2024 · 4 comments · Fixed by #189
Closed

[TextareaAutosize] Glitchy resizing #160

cherniavskii opened this issue Mar 6, 2024 · 4 comments · Fixed by #189
Labels
bug 🐛 Something doesn't work docs Improvements or additions to the documentation

Comments

@cherniavskii
Copy link
Member

cherniavskii commented Mar 6, 2024

Steps to reproduce

Link to live example: https://stackblitz.com/edit/react-ktw8pj?file=Demo.tsx

Steps:

  1. Resize textarea vertically

Current behavior

Resizing is glitchy

Screen.Recording.2024-03-06.at.11.21.11.mov

Expected behavior

Resizing should be smooth

Context

No response

Your environment

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Search keywords: text area resize glitch

@cherniavskii cherniavskii added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Mar 6, 2024
@danilo-leal danilo-leal added docs Improvements or additions to the documentation component: TextareaAutosize and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Mar 6, 2024
@nktnet1
Copy link

nktnet1 commented Mar 16, 2024

The same issue with from material-ui was recently moved to base-ui here: #168

@ZeeshanTamboli
Copy link
Member

Created a PR to fix it - #189.

@ZeeshanTamboli ZeeshanTamboli added the bug 🐛 Something doesn't work label Mar 17, 2024
@colmtuite
Copy link
Contributor

Auto-sizing can be handled natively these days with field-sizing. So we're going to deprecate this component soon.

@Octobr26
Copy link

Hi,

After testing the AutoResize component across different platforms, I found that its behavior varies slightly depending on the OS:

MacOS: The component is glitchy with inconsistent behavior during resizing.
Windows 10: same as MacOS.
Windows 11: It works well on this platform.

Given that it functions across platforms, albeit with minor glitches on some, it remains usable for end users depending on the platform they're on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants