https://bugs.kde.org/show_bug.cgi?id=357223
Peter Wu <pe...@lekensteyn.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pe...@lekensteyn.nl --- Comment #14 from Peter Wu <pe...@lekensteyn.nl> --- The reason why the menu is hidden in the Qt4 app is because this menu has the WM_TRANSIENT_FOR property set (i.e. it is a transient "window"). The current code does not correctly handle the case where a window has transient windows. An attempt at fixing this: https://github.com/Lekensteyn/spectacle/commit/cb4648021298c3eb1c775a111d680c111183caa2 A possibly future patch could re-add the grabWindowUnderCursor fallback when it can be sure that there are no child transient windows. That could however cause some delay in obtaining the picture. -- You are receiving this mail because: You are watching all bug changes.