-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[material-ui][TextField] Screen flickering when typing in Chrome mobile #43808
Comments
Thanks for the report @vicasas! I can confirm the behavior, and it seems like a bug. It's present in v5 and v6. There are also similar reports on other platforms:
This makes me think it's not entirely an issue on Material UI's side, although there might be something we can do, as:
I wonder if there's a workaround for controlling the showing/not showing of the password utilities banner 🤔 Adding the "ready to take" label in case anyone wants to help us debug this. Please don't open a PR without discussing the possible cause of the issue beforehand. @vicasas may I ask you what device model you are using? |
I tested this on an iPhone 14 Pro Max, and after updating to iOS 18, the flickering issue with the password utility bar while typing seems to have disappeared, as I was unable to replicate it again. However, some related issues persist:
|
I've same problem. |
I feel like this might be related, something is causing the password suggestion to re-render. This is on MacBook(14.6.1 (23G93)), Safari Screen.Recording.2024-11-12.at.12.02.39.PM.mov |
I recently Tested this in other places, and this happens in native HTML also, so its an external issue |
I'm closing this as it seems to be an external issue (it also happens in native HTML). Feel free to reopen in case you are experiencing this issue and it doesn't happen in native HTML. |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @vicasas How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Link to live example: https://mui.com/material-ui/react-text-field/#form-props
Steps:
Current behavior
As soon as I start typing in the input field on Chrome mobile, the screen starts flickering, specifically the top bar of the keyboard.
Using iOS 17.
RPReplay_Final1726660053.mp4
Expected behavior
The expected behavior is that typing in the input field should not cause the screen to flicker.
Context
No response
Your environment
npx @mui/envinfo
Search keywords: TextField, Flickering, Typing
The text was updated successfully, but these errors were encountered: