View Issue Details

IDProjectCategoryView StatusLast Update
0000061ScribusGeneralpublic2003-12-01 23:04
Reportercbradney Assigned Tofschmid  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Summary0000061: Scribus Segfaults with attached file when holding down a key in the text frame.
DescriptionSame problem that I had but we couldnt and never tracked it down.
Additional Informationhyphenator.cpp
void Hyphenator::slotHyphenateWord(PageItem* it, QString text, int firstC)

for (i = 1; i < strlen(word)-1; ++i)
{
    it->Ptext.at(i+firstC)->cstyle &= 127; // Delete any old Hyphens
}

is the problem.. the (it line)


TagsNo tags attached.
Patch

Activities

2003-11-30 21:31

 

test.sla (3,345 bytes)

cbradney

2003-12-01 23:04

administrator   ~0000042

Tested. Fixed.

Issue History

Date Modified Username Field Change
2003-11-30 21:31 cbradney New Issue
2003-11-30 21:31 cbradney File Added: test.sla
2003-12-01 02:03 cbradney Assigned To => fschmid
2003-12-01 02:03 cbradney Status new => assigned
2003-12-01 02:03 cbradney Additional Information Updated
2003-12-01 22:58 fschmid Status assigned => resolved
2003-12-01 22:58 fschmid Resolution open => fixed
2003-12-01 23:04 cbradney Status resolved => closed
2003-12-01 23:04 cbradney Note Added: 0000042