View Issue Details

IDProjectCategoryView StatusLast Update
0017803ScribusUser Interfacepublic2026-09-02 08:34
Reporterqirat Assigned Tonitramr  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
PlatformLinuxOSFedora WorkstationOS Version43
Product Version1.7.4.svn 
Summary0017803: Right end of the gradient bar goes off panel when a new stop is added
DescriptionThe right end goes invisible. (Screenshot)
Steps To Reproduce1. Create a new doc.
2. Create a shape.
3. Choose change colour from the PP
3. Try giving it a gradient.
Additional InformationI think it stays there until you close Scribus. Does not solve if you close that doc only.
Also, I only remember this behaviour with linear gradient but I think this is the same with radial as well.
Tags#please_test
Attached Files
PatchNo

Activities

qirat

2026-04-28 14:49

reporter   ~0053629

Also, I am using 1.7.4 but since the drop-down is missing the option, I chose 1.7.3.

(Please, add 1.7.4 there as well)

qirat

2026-05-20 09:34

reporter   ~0053719

Adding this clip just more more context.

qirat

2026-08-30 10:13

reporter   ~0054377

Removing just 1 line fixed it for me.
gp1-gradient-picker-width-clipping-r27797-v1.0.patch (386 bytes)   
Index: scribus/ui/colorpicker/colorpicker.cpp
===================================================================
--- scribus/ui/colorpicker/colorpicker.cpp	(revision 27797)
+++ scribus/ui/colorpicker/colorpicker.cpp	(working copy)
@@ -703,7 +703,6 @@
 {
 	setUpdatesEnabled(false);
 
-	stack->adjustSize();
 	adjustSize();
 
 	QWidget *parentWidget = qobject_cast<QWidget*>(parent());

cbradney

2026-08-30 12:04

administrator   ~0054379

seems ok here:
image.png (66,902 bytes)   
image.png (66,902 bytes)   

PeterBenedek

2026-09-02 08:18

developer   ~0054400

Tested in LinuxMint 22.3; Scribus 1.7.4 svn (2026.08.28.)
I can't reproduce this. Works well.

qirat

2026-09-02 08:34

reporter   ~0054401

Could anyone pls try on Fedora 44 (Gnome)?

Issue History

Date Modified Username Field Change
2026-04-28 14:46 qirat New Issue
2026-04-28 14:46 qirat File Added: Screenshot From 2026-04-28 19-56-37.png
2026-04-28 14:49 qirat Note Added: 0053629
2026-04-28 18:08 cbradney Assigned To => nitramr
2026-04-28 18:08 cbradney Status new => assigned
2026-04-28 18:08 cbradney Product Version 1.7.3 => 1.7.4.svn
2026-05-20 09:34 qirat Note Added: 0053719
2026-05-20 09:34 qirat File Added: Screencast From 2026-05-20 14-56-14.mp4
2026-08-30 10:13 qirat Note Added: 0054377
2026-08-30 10:13 qirat File Added: gp1-gradient-picker-width-clipping-r27797-v1.0.patch
2026-08-30 12:04 cbradney Note Added: 0054379
2026-08-30 12:04 cbradney File Added: image.png
2026-09-01 00:33 qirat Tag Attached: #please_test
2026-09-02 08:18 PeterBenedek Note Added: 0054400
2026-09-02 08:34 qirat Note Added: 0054401