After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 115572 - Screenshot from a window overlaped by other is wrong
Screenshot from a window overlaped by other is wrong
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.3.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-20 00:40 UTC by Fernando Herrera
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the overlaped window bug (1.71 KB, patch)
2003-06-20 14:28 UTC, Fernando Herrera
none Details | Review

Description Fernando Herrera 2003-06-20 00:40:49 UTC
When taking a screenshot from a window only (just now is only possible
using alt+Print Screen), it is from the window the cursor is over.
If this window is not active, and overlaped by another one, the overlaped
area is not taken correctely.

        ---------
        |    C  |
------------    |
|        XX|    |
|        XX|    |
|        XX|-----
|          |
------------

When cursor is over C, the screenshot is taken from C, but the area
overlaped by the other window (X) is trash.
Comment 1 Fernando Herrera 2003-06-20 14:28:31 UTC
Created attachment 17655 [details] [review]
Patch fixing the overlaped window bug
Comment 2 Mark McLoughlin 2003-07-02 09:47:46 UTC
Thanks Fernando:

2003-07-02  Mark McLoughlin  <mark@skynet.ie>
                                                                     
                                                       
        Patch from Fernando Herrera in bug #115572.
                                                                     
                                                       
        * gnome-panel-screenshot.c: (take_window_shot): fix problem
        with taking a window screenshot when the window is overlapped
        by showing the window before taking the shot.