https://bugs.kde.org/show_bug.cgi?id=411448

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> ---
@vlad

xdg_popup menus by protocol definition need to have parent toplevel.

Qt has a "failsafe" that if you create a window of type popup without a parent
it will raise it to be a toplevel to be spec compliant.

Neither of that matters as it's in the wrong position anyway.

We can't do internal hacks as the the menu is shown from kded, because
(pre-wayland irony) we didn't want kwin to turn into a monolith of having all
these things. 


Given showing a remote menu is by definition remote, we could move the menu
code into Kwin. Alternatively we could use the plasmashell protocol in kded to
explicitly override decorations and set a position.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to