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 172284 - Colormap rotation - disappearing previews
Colormap rotation - disappearing previews
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other All
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-31 18:37 UTC by Jakub Friedl
Modified: 2008-01-15 12:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Friedl 2005-03-31 18:37:02 UTC
Distribution/Version: SuSE 9.2

1) invoke filters/colors/map/colormap rotation
2) click TWICE "Switch to Clockwise/Counterclockwise" button
3) previews disappear
Comment 1 Michael Schumacher 2005-04-01 08:13:34 UTC
I can't reproduce this on WinXP...
Comment 2 Jakub Friedl 2005-04-01 09:08:27 UTC
I have tried in in different distro version (SuSE 9.3, under Gnome 2.10.0) the
problem is still there. However - only in CZECH. The problem is, that czech
translation of the "Switch to Clockwise/Counterclockwise" string is much longer
than original, causing the dialog to be rearranged a little when switched. This
rearrangment deletes the preview. A different Czech string should be used (there
should be many things improved in the Czech translation anyway), BUT preview is
deleted also when you manually change the size of the dialog window. That works
even in English.
Comment 3 Michael Schumacher 2005-04-01 09:17:04 UTC
Yes, resizing the dialog is the easiest way to reproduce it.
Comment 4 Jakub Friedl 2005-04-01 09:19:57 UTC
English compatible steps to reproduce:

1) invoke filters/colors/map/colormap rotation
2) make the dialog wider
3) previews disappear
Comment 5 Sven Neumann 2005-04-01 10:22:15 UTC
Fixed in both branches:

2005-04-01  Sven Neumann  <sven@gimp.org>

	* plug-ins/rcm/rcm_dialog.c: keep the previews from expanding. Fixes
	bug #172284.
Comment 6 Jakub Friedl 2005-06-24 12:19:27 UTC
I have found that this bug manifests itself also when switching the Area option
(there must be a selection). That has not been fixed by the #5 fix.
Comment 7 Jakub Friedl 2005-06-27 07:18:43 UTC
The same bug is in the Filter Pack filter. Is this note enough or should I open
another bug for it?
Comment 8 Sven Neumann 2005-08-15 11:36:07 UTC
Fixed the problem in the RCM plug-in in both branches:

2005-08-15  Sven Neumann  <sven@gimp.org>

	* plug-ins/rcm/rcm_callback.c
	* plug-ins/rcm/rcm_dialog.c
	* plug-ins/rcm/rcm_misc.[ch]: redraw the previews if their size
	changes. Fixes bug #172284.

Comment 9 Sven Neumann 2005-08-15 11:40:09 UTC
The Filter pack problem is handled in bug #160032. Closing this report as FIXED.