[Libreoffice-bugs] [Bug 106762] Color picker window in floating mode closes itself

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 17 07:18:39 UTC 2017


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

Maxim Monastirsky <momonasmon at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|libreoffice-bugs at lists.free |momonasmon at gmail.com
                   |desktop.org                 |

--- Comment #9 from Maxim Monastirsky <momonasmon at gmail.com> ---
Making the tearoff mechanism itself work shouldn't be hard, as the only thing
needed is to reparent the widget to a different FloatingWindow with the right
WinBits, so that we can avoid setting problematic WinBits on the initial popup
window (like WB_OWNERDRAWDECORATION which creates focus and placement issues
under gtk3/wayland). All existing popups which allow tearoff were already
converted to work that way via svt::PopupWindowController + DockingManager
(e.g. Bug 109309).

The problem here is that the color widget is .ui based, and sadly it results
with some layout problems with the current DockingWindow + DockingManager code.
So far all my attempts to make it have the right size and not flicker or change
its size randomly were unsuccessful. But I keep trying, so I'm assigning that
bug to me for the time being.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170917/94dbb2b7/attachment.html>


More information about the Libreoffice-bugs mailing list