Issue:
When two or more layers of windows (e.g. modals, overlays, or panels) are open in the editor, dragging one window can unintentionally cause other windows to move as well. This leads to unexpected behavior and UI glitches.
Open multiple draggable windows in the editor (e.g., Inspector + Insert Panel or a modal + nested dialog)
Try to drag the topmost window
Observe that other windows may also move or jump with it
Dragging should only affect the specific window being interacted with. Other windows should remain in place unless explicitly selected and dragged.
Dragging one window sometimes results in:
Multiple windows moving together
Positioning conflicts between overlapping windows
Incorrect z-index handling
Medium β causes usability frustration and layout instability when managing multiple tool panels or modals.
Ensure each window has isolated drag behavior
Prevent drag propagation between stacked or nested windows
Verify z-index and pointer event handling to isolate interactions
Please authenticate to join the conversation.
Canceled
Bug
10 months ago

alexprieu
Get notified by email when there are changes.
Canceled
Bug
10 months ago

alexprieu
Get notified by email when there are changes.