View Issue Details

IDProjectCategoryView StatusLast Update
0017727ScribusGeneralpublic2026-01-12 21:35
Reportertropion Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.7.2 
Fixed in Version1.7.3.svn 
Summary0017727: Scribus crashes when copy pasting a group with Attributes
Descriptionplugins\fileloader\scribus171format\scribus171format.cpp line 5279:

I guess that the
tagName == QLatin1String("Item")
in should be a
tName == QLatin1String("Item")

        if ((tName == QLatin1String("PAGEOBJECT") || tName == QLatin1String("PageObject")) || (tName == QLatin1String("ITEM") || tagName == QLatin1String("Item")))
Steps To ReproduceCreate a group.
Set an attribute for the group.
Make sure the group is selected.
Ctrl-C Ctrl-V
TagsNo tags attached.
PatchNo

Activities

jghali

2026-01-12 21:34

administrator   ~0053414

>> I guess that the tagName == QLatin1String("Item") in should be a tName == QLatin1String("Item")

Indeed! Thanks for the report, this is now fixed.

Issue History

Date Modified Username Field Change
2026-01-12 20:42 tropion New Issue
2026-01-12 21:34 jghali Note Added: 0053414
2026-01-12 21:35 jghali Assigned To => jghali
2026-01-12 21:35 jghali Status new => resolved
2026-01-12 21:35 jghali Resolution open => fixed
2026-01-12 21:35 jghali Fixed in Version => 1.7.3.svn