-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I have a shell app (bottom tabs) which launches modal pages. When a modal page contains a SegmentedControl and a subsequent modal page is displayed then dismissed, the segmented control appears in the wrong place on the original page.
Issue only seems to affect iOS.
If I add AutoDisconnectHandler="False", the problem does NOT occur. However, if I apply this "fix" I'm unsure if there are memory leak issues.
Steps to Reproduce
- Shell app with tabs
- Display a modal page containing Segmented Controls
- Push another modal page on to the stack (Merge develop into main #2 disappears but is still in the modal stack)
- Dismiss the modal (Merge develop into main #2 re-appears)
- Segmented Control (in Merge develop into main #2) is now in the wrong part of the page
Expected Behavior
- Page layout should remain the same
Actual Behavior
- Page layout is broken, segmented controls are pushed into the ui elements above
Basic Information
- Version with issue: 1.4.16
- Last known good version: N/A
Screenshots, Attachments, Links
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working