View Issue Details

IDProjectCategoryView StatusLast Update
0005845ScribusStory Editor / Text Framespublic2008-05-14 20:54
Reporterthorstenzoerner Assigned Tojghali  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformMacBookPro, IntelCoreDuo, 2GHzOSMacOSOS Version10.4.9
Product Version1.3.4 
Target Version1.3.5Fixed in Version1.3.5svn 
Summary0005845: pre 1.3.4 text/style data is altered
DescriptionThe 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 ReproduceOpen enclosed SLA file in Scribus 1.3.4 and compare appearance to http://thorstenzoerner.de/sribus/sommerinnen.pdf
TagsNo tags attached.
Patch

Relationships

child of 0005693 closedplinnell 1.3.5 bug collection (prior to roadmap) 

Activities

2007-06-06 14:23

 

sommerinnen.sla (198,139 bytes)

jghali

2008-04-13 22:07

administrator   ~0019482

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();

jghali

2008-04-14 22:23

administrator   ~0019489

Last edited: 2008-04-14 22:37

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.

jghali

2008-04-15 23:23

administrator   ~0019490

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.

avox

2008-05-09 10:27

updater   ~0019646

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."

avox

2008-05-09 10:31

updater   ~0019647

Reminder sent to: plinnell

Peter, please see my comment about the release notes for 1.3.5

jghali

2008-05-09 22:06

administrator   ~0019653

The two fixed mentioned above have now been commited

plinnell

2008-05-13 14:10

viewer   ~0019666

Notes added to the README and I will include them in the announcement.

jghali

2008-05-14 18:37

administrator   ~0019670

I fixed remaining issue with paragraph styles and tabs. What could be fixed has been fixed now!

Issue History

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 plinnell 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 plinnell 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