https://bugs.documentfoundation.org/show_bug.cgi?id=155114
--- Comment #3 from Buovjaga <[email protected]> --- (In reply to Stéphane Guillou (stragu) from comment #2) > As mentioned by Maxim in other reports, the difficulty comes from Wayland: > - bug 152088 comment 10 > - bug 113330 comment 4 > > Docking/undocking under Wayland is supposed to be disabled since > a6d324f30bd5cfd09d54614d8df67b7857550429. > Caolán, what do you think? Should the context menu's Undock be somehow > removed under Wayland? Hey, now I remembered just seeing this: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/204 Add xdg-toplevel-drag protocol This protocol allows applications to request that a window is moved at the same time as a drag operation - effectively dragging windows. With this features such as detaching a tab from a window and reattaching it, dragging tabs between windows or (un)dockable tool windows can be implemented. Based on the previously proposed extended drag protocol but trimmed down. --- It has implementations in Qt, KWin and Chromium. -- You are receiving this mail because: You are the assignee for the bug.
