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 347945 - New rectangle selection displays wrong previous selection area when resizing
New rectangle selection displays wrong previous selection area when resizing
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-07-18 17:48 UTC by Karl Günter Wünsch
Modified: 2006-08-10 19:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Karl Günter Wünsch 2006-07-18 17:48:29 UTC
Please describe the problem:
When moving or resizing an existing rectangle selection the previous selection is rendered as a stippled line enclosing the old area. This often does not match the previously selected area.

Steps to reproduce:
1. Create a new rectangle selection
2. resize it to whatever size seems apropiate
3. stop resizing/moving by releasing the mouse button.
4. press the left mouse button on the area of the selection
5. try to resize the rectangle selection again, now the previously selected rectangle shown
6. stop resizing
7. resize again. Now the selected area back from step 4 still is shown as previous selection rectangle.


Actual results:


Expected results:
I'd expect the previous selection to reflect the time when I last time let the left mouse button go after finishing resizing the area.

Does this happen every time?
Yes

Other information:
Comment 1 weskaggs 2006-08-08 16:59:47 UTC
Hmm.  The area that you see outlined is the selection you would get if you hit "Esc" to cancel the tool, or it you did Edit->Undo.  So in that sense it *is* the previous selection.  However if many people think this behavior is annoying or undesirable, it could certainly be changed.
Comment 2 weskaggs 2006-08-10 19:06:44 UTC
As it turns out, many people *do* think that the behavior is annoying or undesirable.  Thanks for the bug report.

2006-08-10  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	* app/tools/gimprectangleselecttool.[ch]: if the user is
	modifying a rectangle and the mode is REPLACE, don't
	show the marching ants for the previous selection, because
	it confuses users.  Should fix bug #347945.