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 350897 - Selection doesn't select full transparent parts
Selection doesn't select full transparent parts
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
: 165168 352347 435175 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-11 14:02 UTC by Bastiaan Wakkie
Modified: 2007-05-02 18:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to remove the annoying autocrop (3.04 KB, patch)
2006-08-11 14:05 UTC, Sven Neumann
committed Details | Review

Description Bastiaan Wakkie 2006-08-11 14:02:51 UTC
Please describe the problem:
When you select a partly transparent part of an image the full transparent parts are removed from the selection. This is mostly annoying while working.
Please remove it.

Steps to reproduce:
1. create transparent image 
2. draw someting
3. select a part where you have transparent and not transtarent
4. create a new image (you see already the wrong size of the newly created image)
5. paste 


Actual results:
smaller image than i wanted to have

Expected results:


Does this happen every time?


Other information:
Comment 1 Sven Neumann 2006-08-11 14:04:40 UTC
It has always worked that way but it has always annoyed me. And a little query on #gimp showed that others agree that this behaviour is more annoying than useful. I suggest that we get rid of it.
Comment 2 Sven Neumann 2006-08-11 14:05:40 UTC
Created attachment 70719 [details] [review]
patch to remove the annoying autocrop
Comment 3 Raphaël Quinet 2006-08-11 14:10:53 UTC
Note that if this patch is applied there would be no more calls to
tile_manager_crop() in the gimp code.  So it may be possible to remove the files app/base/tile-manager-crop.[ch] if we want to get rid of unused code.
Comment 4 Michael Schumacher 2006-08-11 14:37:36 UTC
See also bug #165168.
Comment 5 Raphaël Quinet 2006-08-11 17:59:41 UTC
*** Bug 165168 has been marked as a duplicate of this bug. ***
Comment 6 Sven Neumann 2006-08-14 08:22:56 UTC
OK, changed in CVS (HEAD branch). I don't think it hurts to keep the function tile_manager_crop around. It might become useful again.
 
2006-08-14  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-edit.c (gimp_edit_make_buffer): do not autocrop
	the buffer contents, always keep the selection size (bug #350897).

Comment 7 Sven Neumann 2006-08-22 08:15:37 UTC
*** Bug 352347 has been marked as a duplicate of this bug. ***
Comment 8 Sven Neumann 2007-05-02 18:53:54 UTC
*** Bug 435175 has been marked as a duplicate of this bug. ***