react-modal icon indicating copy to clipboard operation
react-modal copied to clipboard

Accessible modal dialog component for React

Results 151 react-modal issues
Sort by recently updated
recently updated
newest added

### Summary: During unit testing in Jest/Enzyme `onAfterOpen` callback is not called; `after-open` classes are not added to the test snapshots. They seem to work as expected in the UI....

### Summary: ### Steps to reproduce: 1. 2. 3. ### Expected behavior: ### Link to example of issue: ### Additional notes:

Fixes #837. Changes proposed: Added handling of right clicks on the modal's overlay, so it uses the exact same functionality of the regular overlay click. Acceptance Checklist: - [ ]...

I've tried looking at the docs but can't seem to find any options to control whether the app scrolls to top when opening the modal. I've got a rather long...

bug

### Summary: Currently when a modal is opened, the entire modal is focusable when it should not be. When I have a modal and then run an accessibility testing tool...

### Summary: The logic of shouldReturnFocusAfterClose doesn't work in iOS Safari Environment info: iphone 11, iOS 14.4.1 ### Steps to reproduce: 1. Open the sandbox example in Safari on iOS...

bug
not a bug
browser api

When trying to build an app with this dependency, react logs the following error to the console. I've set the `appElement` to `'#root'` in my `index.js` file and tried using...

### Summary: ![Screenshot 2021-08-11 at 12 17 24](https://user-images.githubusercontent.com/11074314/129003654-35ce649a-9a1f-4b90-b49c-c2e42bb19b1c.png) ### Steps to reproduce: 1. Open https://reactcommunity.org/react-modal/examples/minimal/ 2. Click: **Minimal example** 3. Check JS version in JS sources ### Expected behavior: Used...

I read the other threads on this top from a year ago......there seemed to be a solution mentioned, but it was not clear what that solution was?? The problem, as...

Changes proposed: - Remove logs that are unused, this removes unused code that is getting bundled into applications and generating unnecessary warnings in the console Acceptance Checklist: - [x] The...