View Issue Details

IDProjectCategoryView StatusLast Update
0011063ScribusImport / Exportpublic2014-10-24 23:00
Reporterjzeleny Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.4.2.svn 
Summary0011063: [PATCH] Support automatic line spacing in gettext plugins
DescriptionCurrently if automatic line spacing is set in gettext import modules, the line spacing is computed and then fixed value is set. My proposed patches modify this behavior in following way:

The first patch detects if automatic line spacing was previously set in the frame style and if yes, it propagates this fact to the gettext frame style object.

The second patch detects if the line spacing of the frame is supposed to be automatic and if yes, it propagates the fact into the paragraph style instead of calculating fixed value that should be used
Steps To Reproduce- create a frame with automatic line spacing
- import a text into the frame for example with HTML import plugin
- see that the line spacing has changed from automatic to fixed, sometimes the difference is also visible on line spaces

For the last step you might have to select other object that the text frame and then select the text frame again.

Also use these steps to verify my fix of that behavior.
Tagspatch
PatchYes

Activities

jzeleny

2012-09-05 19:27

reporter  

Issue History

Date Modified Username Field Change
2012-09-05 19:27 jzeleny New Issue
2012-09-05 19:27 jzeleny File Added: automatic-line-spacing.tar.bz2
2014-06-13 00:21 Kunda Tag Attached: patch
2014-10-24 23:00 Kunda Patch => Yes