Closed neemah closed 5 years ago
Recently there was a fix, which catch focus with setInterval to return it inside dialog so ESC will work properly after some blocks dissapear.
In the result we get more bugs which much worse than losing focus.
If you try to open Google Picker (google drive) from inside Dialog, you won't be able to search files, because input is not accessible.
Other example - if Intercom chat window opened alongside Dialog, user are not able to fill request in it.
Opened Dialog does not affect other opened dialogs from external libraries like Google Drive or Intercom, even if problem with Esc will come back.
Steps:
In Safari
This affects core functionality of our product (file attachments, support requests) :-(
Duplicate of #17497.
I had the same issue. Add disableEnforceFocus=true to the MUI dialog. That's the only fix I've found that works.
Recently there was a fix, which catch focus with setInterval to return it inside dialog so ESC will work properly after some blocks dissapear.
In the result we get more bugs which much worse than losing focus.
Current Behavior 😯
If you try to open Google Picker (google drive) from inside Dialog, you won't be able to search files, because input is not accessible.
Other example - if Intercom chat window opened alongside Dialog, user are not able to fill request in it.
Expected Behavior 🤔
Opened Dialog does not affect other opened dialogs from external libraries like Google Drive or Intercom, even if problem with Esc will come back.
Steps to Reproduce 🕹
Steps:
In Safari
Context 🔦
This affects core functionality of our product (file attachments, support requests) :-(
Your Environment 🌎