https://bugs.kde.org/show_bug.cgi?id=495825
Zamundaaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Screen capture does not |Window screenshots and |include drag surfaces |screencasts do not include | |drag surfaces --- Comment #2 from Zamundaaa <[email protected]> --- The reason behind this is simply that the drag item isn't a child of the cursor, so it doesn't get rendered with the cursor. For dragging with a mouse, the fix is easy enough - just make the item a child of the cursor item if the drag was started with the pointer. For touch input, things are a bit more complicated though... do we always want to paint the drag item? Should we treat it as a "cursor" somehow? -- You are receiving this mail because: You are watching all bug changes.
