Skip to content

bug: 6.3.5 regression with inline popover or modal and React #26253

@sean-perkins

Description

@sean-perkins

Prerequisites

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

  1. Create an inline overlay with popover or modal
  2. Open the overlay
  3. Observe: Overlay displays correctly
  4. Close the overlay
  5. Re-open the overlay
  6. Observe: The overlay is blank
  7. Inspecting the DOM will show that .ion-delegate-host element 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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions