View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005845 | Scribus | Story Editor / Text Frames | public | 2007-06-06 14:23 | 2008-05-14 20:54 |
Reporter | thorstenzoerner | Assigned To | jghali | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | MacBookPro, IntelCoreDuo, 2GHz | OS | MacOS | OS Version | 10.4.9 |
Product Version | 1.3.4 | ||||
Target Version | 1.3.5 | Fixed in Version | 1.3.5svn | ||
Summary | 0005845: pre 1.3.4 text/style data is altered | ||||
Description | The enclosed SLA file produced the PDF file http://thorstenzoerner.de/sribus/sommerinnen.pdf Opening the SLA file in 1.3.4 large parts of the text are move off the colored boxes and bars and some styles appear to have been altered. | ||||
Steps To Reproduce | Open enclosed SLA file in Scribus 1.3.4 and compare appearance to http://thorstenzoerner.de/sribus/sommerinnen.pdf | ||||
Tags | No tags attached. | ||||
Patch | |||||
child of | 0005693 | closed | 1.3.5 bug collection (prior to roadmap) |
2007-06-06 14:23
|
|
|
First part of the issue is caused by use of incorrect line spacing when jumping to next paragraph : scribus uses current line spacing instead of next paragraph linespacing. So imo, line 1833 of PageItem_TextFrame.cpp : current.yPos += style.lineSpacing(); should be replaced by current.yPos += itemText.paragraphStyle(a+1).lineSpacing(); |
|
Second part of the issue is related to the behavior of StoryText::insert(). Suppressing the two "applyStyle(pos, otherDefault)" fix more issues with line spacing. Not a fix for general use tho. |
|
The fact that the title "Ständig Tanzen in der Umarmung" shows on 2 lines is in fact not a 135svn issue, but a 133x one. When opening the file, 133x uses at a moment a wrong (and lower) font size which allows it to layout that text on one line. Clicking the frame makes it relayout and use correct font size. The title shows the same way as 135svn does, ie on two lines. |
|
I support Jean on the last issue. Peter, please remember to add this to the release notes: "In some cases Scribus 1.3.3 uses wrong char sizes when layouting text. This might cause differences in linebreaking if you open a 1.3.3 document in 1.3.5." |
|
Reminder sent to: Peter, please see my comment about the release notes for 1.3.5 |
|
The two fixed mentioned above have now been commited |
|
Notes added to the README and I will include them in the announcement. |
|
I fixed remaining issue with paragraph styles and tabs. What could be fixed has been fixed now! |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-06-06 14:23 | thorstenzoerner | New Issue | |
2007-06-06 14:23 | thorstenzoerner | File Added: sommerinnen.sla | |
2007-06-06 22:10 | avox | Status | new => assigned |
2007-06-06 22:10 | avox | Assigned To | => avox |
2007-09-27 19:48 | christoph_s | Relationship added | child of 0005693 |
2007-12-20 22:52 | cbradney | Target Version | => 1.3.5svn |
2007-12-26 17:02 | cbradney | Target Version | 1.3.5svn => 1.3.5 |
2008-01-13 19:57 | cbradney | Category | - => Story Editor / Text Frames |
2008-04-13 22:07 | jghali | Note Added: 0019482 | |
2008-04-14 22:23 | jghali | Note Added: 0019489 | |
2008-04-14 22:37 | jghali | Note Edited: 0019489 | |
2008-04-15 23:23 | jghali | Note Added: 0019490 | |
2008-05-09 10:27 | avox | Note Added: 0019646 | |
2008-05-09 10:31 | avox | Note Added: 0019647 | |
2008-05-09 10:32 | avox | Assigned To | avox => jghali |
2008-05-09 22:06 | jghali | Note Added: 0019653 | |
2008-05-13 14:10 |
|
Note Added: 0019666 | |
2008-05-14 18:37 | jghali | Status | assigned => resolved |
2008-05-14 18:37 | jghali | Fixed in Version | => 1.3.5svn |
2008-05-14 18:37 | jghali | Resolution | open => fixed |
2008-05-14 18:37 | jghali | Note Added: 0019670 | |
2008-05-14 20:54 |
|
Status | resolved => closed |
2015-09-17 20:08 | Kunda | Category | Story Editor / Text Frames => Story Ed/Txt Frames |
2015-09-17 20:12 | Kunda | Category | Story Ed/Txt Frames => Story Editor / Text Frames |