You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/03/25 20:08:49 UTC

[Issue 126205] New: Problem with bullets and indent and save and reload

https://bz.apache.org/ooo/show_bug.cgi?id=126205

          Issue ID: 126205
        Issue Type: DEFECT
           Summary: Problem with bullets and indent and save and reload
           Product: Writer
           Version: 4.1.1
          Hardware: PC
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: normal
          Priority: P5
         Component: formatting
          Assignee: issues@openoffice.apache.org
          Reporter: clarsson@us.ibm.com

This sounds alot like 39519

I enter a few lines of text
Select the lines and click bullet icon and they become a bulleted list. 
Select the lines and hit indent twice and they indent nicely. 
Save the document and reload
the bullets and indenting are gone. 

After I repeat the bullet and indent and save and reload a few times I looked
at the content.xml file and I see this: 

<text:list xml:id="list8363073000402595493" text:style-name="L1">
   <text:list-item>
      <text:list>
         <text:list-item>
            <text:list>
               <text:list-item>
                  <text:list>
                     <text:list-item>
                        <text:p text:style-name="P2">aaaaaaaaa</text:p>
                     </text:list-item>
                     <text:list-item>
                        <text:p text:style-name="P2">bbbbbbbbb</text:p>
                     </text:list-item>
                     <text:list-item>
                        <text:p text:style-name="P2">ccccccccc</text:p>
                     </text:list-item>
                     <text:list-item>
                        <text:p text:style-name="P2">ddddddddd</text:p>
                     </text:list-item>
                     <text:list-item>
                        <text:p text:style-name="P2">eeeeeeeee</text:p>
                     </text:list-item>
                     <text:list-item>
                        <text:p text:style-name="P2">fffffffff</text:p>
                     </text:list-item>
                  </text:list>
               </text:list-item>
            </text:list>
         </text:list-item>
      </text:list>
   </text:list-item>
</text:list>

So the indents are turning this into embedded lists but when reloaded, the
display does not seem to reflect them. 

This is a bit of an annoying bug since I can't reliably get bullet formatting
to display correctly and it seems to get lost after save/reload causing me to
re-edit the content.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126205] Problem with bullets and indent and save and reload

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126205

Chris <cl...@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|IRREPRODUCIBLE              |---
             Status|RESOLVED                    |UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126205] Problem with bullets and indent and save and reload

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126205

oooforum <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oooforum@free.fr
         Resolution|---                         |IRREPRODUCIBLE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from oooforum <oo...@free.fr> ---
I'm not able to reproduce what you described.
1) Open a new document
2) Input 5 lines of text
3) Select the lines and click "Bullets" button
4) Click twice on "Indent" button 
(note that bullets are modified with square character)
5) File > Save as ODT and File > Reload
Result: bullets and indentation are still present

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126205] Problem with bullets and indent and save and reload

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126205

--- Comment #2 from Chris <cl...@us.ibm.com> ---
Created attachment 84619
  --> https://bz.apache.org/ooo/attachment.cgi?id=84619&action=edit
acting weird when bulletting block of text, save and reload

I guess it seems to need a paste of some bulleted text into the file to get it
to start having problems. So I recreated it with a simple file and uploaded it.
Select a block of text that isn't bulletted, ex. all the bbbbb text and hit
bullet icon. It becomes square bulletted items. Save the file, then reload. The
other bulletted block of text shifts to the left and loses bullets.

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 126205] Problem with bullets and indent and save and reload

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=126205

oooforum <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT_AN_ISSUE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from oooforum <oo...@free.fr> ---
You have a custom list style named L1
Change each paragraph for another style like List1
You don't lose bullets

I don't know why L1 style occurs this behavior.
Maybe ask at the user forum to have some explanations.
http://forum.openoffice.org

-- 
You are receiving this mail because:
You are the assignee for the issue.