-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: react@ionic/react package@ionic/react packagetype: buga confirmed bug reporta confirmed bug report
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
- Nightly
Current Behavior
Presenting an inline overlay (popover or modal) a second time will result in the content of the overlay not displaying.
Caused by: #26154
Expected Behavior
Inline overlays should consistently display their contents, regardless if the first time the overlay is presented or the 100th.
Steps to Reproduce
- Create an inline overlay with popover or modal
- Open the overlay
- Observe: Overlay displays correctly
- Close the overlay
- Re-open the overlay
- Observe: The overlay is blank
- Inspecting the DOM will show that
.ion-delegate-hostelement is created and pushes the overlay contents off screen.
Code Reproduction URL
No response
Ionic Info
N/A
Additional Information
No response
Metadata
Metadata
Assignees
Labels
package: react@ionic/react package@ionic/react packagetype: buga confirmed bug reporta confirmed bug report