Skip Menu |

This queue is for tickets about the Imager-Screenshot CPAN distribution.

Report information
The Basics
Id: 32842
Status: resolved
Priority: 0/
Queue: Imager-Screenshot

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.005
Fixed in: (no value)



Subject: Document that window has to be topmost
Like with other screenshot programs under X11 (xwd, gimp, xv), the window from which a screenshot is taken has to be topmost, otherwise obscuring windows will appear in the screenshot. I suspect that this is a fundamental problem in the X11 architecture, but nevertheless should be documented in the CAVEATS section. Regards, Slaven
On Thu Jan 31 16:42:11 2008, SREZIC wrote: Show quoted text
> Like with other screenshot programs under X11 (xwd, gimp, xv), the > window from which a screenshot is taken has to be topmost, otherwise > obscuring windows will appear in the screenshot. I suspect that this is > a fundamental problem in the X11 architecture, but nevertheless should > be documented in the CAVEATS section. > > Regards, > Slaven
Hi Slaven, I've added the following to CAVEATS in Imager::Screenshot 0.006: Grabbing a window with other windows overlaying it will capture the content of those windows where they hide the window you want to capture. You may want to raise the window to top. This may be a security concern if the overlapping windows contain any sensitive information - true for any screen capture. Tony