Issue 103010 - Bullets settings not saved
Summary: Bullets settings not saved
Status: CONFIRMED
Alias: None
Product: Impress
Classification: Application
Component: save-export (show other issues)
Version: OOO310m11
Hardware: Unknown Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 15:58 UTC by pmartino
Modified: 2017-05-20 11:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
PPT2000 left; OOo3.2 right (37.30 KB, image/png)
2010-01-07 08:48 UTC, pmartino
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description pmartino 2009-06-22 15:58:40 UTC
* Create an empty Impress document
* Open the "menu/bullets and Numbering"
* Choose your preferred bullet style
* Click tab "Position"
* By default, "width of numbering" for first level bullet is null.
* Change it to a positive value (0.24")
* Insert some text with bullets => format is OK
* Save the doc
* Re-open it
* The previously inserted text is OK
* If you insert again some text with bullet, "width of numbering" is again null
* If you check in "menu/bullets and Numbering", "width of numbering" is null

Other settings are not saved either

Extract style.xml from the document.
The style is defined as:
<text:list-style style:name="standard">
    <text:list-level-style-bullet text:level="1" text:bullet-char="â—">
    <style:list-level-properties/>

You can replace the line definition with:
<text:list-style style:name="standard">
    <text:list-level-style-bullet text:level="1" text:bullet-char="â—">
    <style:list-level-properties text:min-label-width="0.6cm"/>

* Open the doc in Impress => it is now correct
* You can save/reload the file and the setting will stay correct but you cannot
modify it

It was tested on:
- linux Ubuntu 9.04 Amd64 with the Ubuntu OOo3.01
- linux Ubuntu 9.04 Amd64 with the official OOo3.1 build (m11)
Comment 1 kpalagin 2009-06-23 11:37:18 UTC
If I am not mistaken you can apply width of numbering only to existing text, 
not before you enter any text.
Comment 2 pmartino 2009-06-23 12:18:44 UTC
Maybe it is a feature request and not a bug.
However, you can actually change the settings before choosing the text tool and
the new settings will be used. It is only true before saving the doc since after
reloading the settings are back to the default.
In addition, the default settings are wrong since text:min-label-width is set to
0 for level 1, resulting in an absence of space between the bullet and the text.
Comment 3 wolframgarten 2009-07-01 10:27:51 UTC
Reproducible. Reassigned.
Comment 4 pmartino 2010-01-07 08:48:35 UTC
Created attachment 67052 [details]
PPT2000 left; OOo3.2 right
Comment 5 pmartino 2010-01-07 08:54:42 UTC
Sorry, the screenshot was for another issue 
Comment 6 Marcus 2017-05-20 11:08:52 UTC
Reset assigne to the default "issues@openoffice.apache.org".