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 348249 - script-fu filter is positioned under the image
script-fu filter is positioned under the image
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Script-Fu
2.3.x
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-07-21 14:01 UTC by dennis
Modified: 2008-01-15 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dennis 2006-07-21 14:01:07 UTC
Please describe the problem:
A script-fu filter (drop-shadow or lava) is positioned underneath the image instead of on top of the image like with filter Filters/Edge-detect/Edge...


Steps to reproduce:
1. select script-fu filter ("drop shadow" or "lava" or ...)
2. filter window positioned under image window
3. select other type filter ("Edge")
4. filter is on top of image window


Actual results:
filter windows are not positioned on top of the image window

Expected results:
filter window on top of image window

Does this happen every time?
yes

Other information:
no
Comment 1 Sven Neumann 2006-08-07 12:02:52 UTC
2006-08-07  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu-interface.c (script_fu_interface):
	added missing call to gimp_window_set_transient(). Fixes bug #348249.