You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When there is a single group in your gridview, if you pop out that group, an empty group will remain in the grid, with a nonfunctional "close" button.
If you have registered a watermark component, that component will appear instead of the close button, but DnD will still behave as though there is a group occupying the main grid.
To Reproduce
This bug is reproducible from the 'Dockview Demo' codesandbox
Attempt to drag-and-drop panel 1 into the main grid. Note that there is no central "snap to" region, border/edge regions.
Expected behavior
The empty group left behind should likely be cleaned up after the popup successfully opens, but before the addPopoutGroup promise is resolved.
Video
Screen.Recording.2024-12-02.142708.mp4
Desktop (please complete the following information):
Chrome
Version 131.0.6778.86
Dockview version 2.0.0
Additional context
This bug does not directly affect user interaction significantly. I call close() after the addPopoutGroup promise resolves, and that largely mitigates any issues. However, I believe this bug is related to some more significant issues involving Popout Groups, so I'm just cataloguing it here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When there is a single group in your gridview, if you pop out that group, an empty group will remain in the grid, with a nonfunctional "close" button.
If you have registered a watermark component, that component will appear instead of the close button, but DnD will still behave as though there is a group occupying the main grid.
To Reproduce
This bug is reproducible from the 'Dockview Demo' codesandbox
Steps to reproduce the behavior:
Expected behavior
The empty group left behind should likely be cleaned up after the popup successfully opens, but before the addPopoutGroup promise is resolved.
Video
Screen.Recording.2024-12-02.142708.mp4
Desktop (please complete the following information):
Additional context
This bug does not directly affect user interaction significantly. I call close() after the addPopoutGroup promise resolves, and that largely mitigates any issues. However, I believe this bug is related to some more significant issues involving Popout Groups, so I'm just cataloguing it here.
The text was updated successfully, but these errors were encountered: