https://bugs.kde.org/show_bug.cgi?id=462780
--- Comment #4 from Noah Davis <[email protected]> --- (In reply to Andrew Shark from comment #2) > I noticed that there are applications in which this _already_ works. > For example in Cuttlefish and in Elisa capturing window with menu works. > But other applications does not work this way. For example, Dolphin or Kate. > Try to capture a window with menu. When cursor becomes aim shape to choose > window, the popup disappears. > May this be a QtWidgets vs QtQuick application problem? Indeed, it is a Qt Widgets vs Qt Quick issue. In Qt Widgets, the menus are real popup menus. Qt Quick Controls 2 Menu is actually a part of its parent window which has the advantage of being easier to screenshot and the disadvantage of being impossible to stick outside the parent window. The disadvantage is usually felt when dealing with small windows or large menus. -- You are receiving this mail because: You are watching all bug changes.
