View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017803 | Scribus | User Interface | public | 2026-04-28 14:46 | 2026-09-02 08:34 |
| Reporter | qirat | Assigned To | nitramr | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Platform | Linux | OS | Fedora Workstation | OS Version | 43 |
| Product Version | 1.7.4.svn | ||||
| Summary | 0017803: Right end of the gradient bar goes off panel when a new stop is added | ||||
| Description | The right end goes invisible. (Screenshot) | ||||
| Steps To Reproduce | 1. Create a new doc. 2. Create a shape. 3. Choose change colour from the PP 3. Try giving it a gradient. | ||||
| Additional Information | I 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 | |||||
| Patch | No | ||||
|
|
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) |
|
|
Adding this clip just more more context. |
|
|
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());
|
|
|
seems ok here: |
|
|
Tested in LinuxMint 22.3; Scribus 1.7.4 svn (2026.08.28.) I can't reproduce this. Works well. |
|
|
Could anyone pls try on Fedora 44 (Gnome)? |
| 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 |