-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When modal={false} is not set on the Dialog component onFocusOutside={e => {
e.preventDefault()
}}
on DialogContent
https://prnt.sc/CKNRmH_Bh1pK
does not allow interaction with input elements and scrolling that are rendered outside the modal window, for example, drop-down lists in ckeditor 5
https://prnt.sc/ZYmbMtaRUfOn
https://prnt.sc/Mz4hO_9iC4P_
Affected component/components
DialogContent, Dialog
How to reproduce
- <DialogContent
onFocusOutside={e => {
e.preventDefault()
}}
onPointerDownOutside={e => {
e.preventDefault()
}}
> - Does not allow interaction with input elements and scrolling that are rendered outside the modal window
Codesandbox/StackBlitz link
No response
Logs
System Info
All
Before submitting
- I've made research efforts and searched the documentation
- I've searched for existing issues
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working