Summary
Settings can open behind the edit popover when an edit modal is already active.
Current behavior
After opening an edit popover on the canvas, clicking the Settings button opens the Settings modal underneath the existing edit popover instead of bringing Settings to the front.
This creates an incorrect layer order:
- The edit popover remains visually above Settings.
- The Settings surface is partially or fully hidden behind the edit popover.
- Users can trigger Settings, but the UI does not clearly show the newly requested modal as the active top-level surface.
Expected behavior
When the user clicks Settings, the Settings modal should become the active topmost layer.
Possible acceptable behaviors:
- Settings opens above the edit popover.
- Or the edit popover closes/dismisses before Settings opens.
In either case, Settings should not appear underneath an existing edit popover.
Steps to reproduce
- Open a project in Open Design.
- Enter the visual editor/preview editing mode.
- Click an editable element so the edit popover opens.
- Without closing the edit popover, click the Settings button.
- Observe the layer order.
Notes
Observed in the attached/local screen recording: 20260617120917_rec_.mp4.
The issue appears to be a modal/popover stacking order problem between the canvas edit popover and the global Settings modal.
Why this matters
Settings is a global app surface and should have predictable priority when opened. If it appears behind an edit popover, users may think Settings failed to open or may be blocked by a stale editing layer.
Summary
Settings can open behind the edit popover when an edit modal is already active.
Current behavior
After opening an edit popover on the canvas, clicking the Settings button opens the Settings modal underneath the existing edit popover instead of bringing Settings to the front.
This creates an incorrect layer order:
Expected behavior
When the user clicks Settings, the Settings modal should become the active topmost layer.
Possible acceptable behaviors:
In either case, Settings should not appear underneath an existing edit popover.
Steps to reproduce
Notes
Observed in the attached/local screen recording:
20260617120917_rec_.mp4.The issue appears to be a modal/popover stacking order problem between the canvas edit popover and the global Settings modal.
Why this matters
Settings is a global app surface and should have predictable priority when opened. If it appears behind an edit popover, users may think Settings failed to open or may be blocked by a stale editing layer.