-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
[modal] Escape shouldn't trigger until IME is settled #699
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@naaa760 This is low priority, we have no plan to fix it in the short term. |
If
|
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. |
Reopening, #803 fixes a different component. Dialog Material UI -> Base UI regression is still present. |
It's fixed but in an upstream dependency
|
Ah, so floating-ui/floating-ui#3075. |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. |
Steps to reproduce
Steps:
Current behavior
It closes the modal
Japanese:
Screen.Recording.2024-10-02.at.00.26.33.mov
French:
Screen.Recording.2024-10-02.at.00.26.13.mov
Expected behavior
It only closes the composite selector. https://mui.com/base-ui/react-modal/#component
Screen.Recording.2024-10-02.at.00.31.32.mov
Context
@mui/base
. It works correctly there since this change was made: [material-ui][Dialog] Should not close until the IME is cancelled material-ui#39713.The text was updated successfully, but these errors were encountered: