View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000061 | Scribus | General | public | 2003-11-30 21:31 | 2003-12-01 23:04 |
Reporter | cbradney | Assigned To | fschmid | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000061: Scribus Segfaults with attached file when holding down a key in the text frame. | ||||
Description | Same problem that I had but we couldnt and never tracked it down. | ||||
Additional Information | hyphenator.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) | ||||
Tags | No tags attached. | ||||
Patch | |||||
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 |