[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2021-03-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411448

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||n...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #8 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 430662 ***

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2020-10-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=411448

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2020-10-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=411448

Patrick Silva  changed:

   What|Removed |Added

 CC||sonichedgehog_hyperblast00@
   ||yahoo.com

--- Comment #4 from Patrick Silva  ---
*** Bug 426614 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2020-10-16 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=411448

--- Comment #5 from Mircea Kitsune  ---
Created attachment 132444
  --> https://bugs.kde.org/attachment.cgi?id=132444&action=edit
Screenshot

Still an issue in Plasma 5.20.0 / Framework 5.75.0. Here's a screenshot from me
which shows the exact difference.

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2020-10-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=411448

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2020-11-08 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=411448

Patrick Silva  changed:

   What|Removed |Added

 CC||zebo...@gmail.com

--- Comment #6 from Patrick Silva  ---
*** Bug 428820 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2020-12-01 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=411448

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 CC||1i5t5.dun...@cox.net

--- Comment #7 from Duncan <1i5t5.dun...@cox.net> ---
Seeing this here on wayland on live-git frameworks/plasma (updated just a few
hours ago) too.

A partial workaround is creating a window rule:

Matching:
  Window class:  Exact Match:kded5 org.kde.kded5
  Match whole window class:  Yes
  Window type:   Normal
  Window title:  Exact Match:KDE Daemon

Size & Position:
  Initial placement: Force:  Under Mouse


That at least gets the window near where it should be.  However, it still has a
titlebar, and the window rule no-titlebar option is buggy, see (my) bug
#429168.

Further and I believe related (and not fixed by the above window rule), the
menu behavior with a pointer is buggy.  The selection won't reliably stay under
the pointer and attempting to navigate to a submenu most often results in both
the submenu and original menu closing, forcing a re-click of the appmenu in the
titlebar.

To work around that I'm often forced to keyboard-navigate the appmenu, except
AFAIK there's no hotkey set and no way to set one to trigger the appmenu itself
(alt-F for example to trigger the file submenu may or may not work, depending
on the app), so that must be done by pointer-click, after which one can
keyboard-navigate.

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2019-08-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411448

--- Comment #1 from Vlad Zahorodnii  ---
Can you please provide a screenshot?

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2019-09-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411448

--- Comment #2 from hum...@yahoo.fr ---
Created attachment 122476
  --> https://bugs.kde.org/attachment.cgi?id=122476&action=edit
menu was expected to not be detached

by the way, spectacle was not able to take a screenshot of that problem (no
possible to take delayed screenshot as one of the problem) so I took it with my
phone.

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

[kwin] [Bug 411448] on wayland the appmenu is on a detach window

2019-09-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411448

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #3 from David Edmundson  ---
@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.