https://bugs.documentfoundation.org/show_bug.cgi?id=152088

--- Comment #10 from Maxim Monastirsky <momonas...@gmail.com> ---
(In reply to Cor Nouws from comment #0)
> - click on Navigator toolbar
> - Ctrl+Shft+F10
>   > Navigator should be docked at the right side/or be floating
>   > it isn't
The keyboard shortcut (as well as double clicking) for docking/undocking is
disabled under Wayland for a long time already. I believe ever since
https://cgit.freedesktop.org/libreoffice/core/commit/?id=a6d324f30bd5cfd09d54614d8df67b7857550429.

(In reply to Aron Budea from comment #8)
> This is the commit that introduced the bug in 6.1, bibisected using repo
> bibisect-linux-64-6.1:
> 
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=e223e70f5d92e2ed027fc5d449bd790a123acdc2
I assume this is about docking the window by dragging? This is a very odd
result, for two reasons:

1. This simply can't work under Wayland, as Wayland doesn't have global
coordinates (at least this was the case when I looked at it, few years ago), so
there is no way to detect that a window is dragged on top of some area in a
different window (unless the dragged window is a subsurface, or the whole
docking-by-dragging mechanism is completely replaced with a dnd).

2. The code in the referenced commit is triggered by
FloatingWindow::StartPopupMode, which should never be called for the navigator
window. Also, locally reverting that change doesn't have any effect on this
issue (as I expected).

Are you sure that the bibisect builds prior to that commit indeed started with
a gtk3 interface?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to