https://bugs.documentfoundation.org/show_bug.cgi?id=167352
Bug ID: 167352
Summary: Section parameters not well recorded
Product: LibreOffice
Version: 24.2.1.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
Take a Writer document, make two sections with two or more columns :
in order to be able to have different parameters for the separation vertical
line (color, height), you have to have those two following lines parametres
different :
<style:section-properties text:dont-balance-text-columns="true"
style:editable="false">
<style:columns fo:column-count="2" fo:column-gap="0cm">
If those two type of parameters : that is to say : dont-balance-text-columns
AND <style:columns fo:column-count="2" fo:column-gap="0cm"> equal, then
parameters which gives color, height are not stored. There is only one section
in the "content.xml" file for all the sections which share the :
dont-balance-text-columns AND <style:columns fo:column-count="2"
fo:column-gap="0cm">
Steps to Reproduce:
1. Create a new doc
2. Create two sections with two columns
3. Set up first section with vertical line blue
4. Set up second section with vertical line red
5. Save the doc
6. reload (or quit et open)
7. Notice that the second section gets the vertical line blue !!!
Actual Results:
The second section has not the line style I want, if this is not the same as
the first one.
Expected Results:
I expect tah each section has its own parameters.
Reproducible: Always
User Profile Reset: Yes
Additional Info:
I tried to run in "no echec mode" and the probleme is the same.
--
You are receiving this mail because:
You are the assignee for the bug.