https://bugs.documentfoundation.org/show_bug.cgi?id=120211

            Bug ID: 120211
           Summary: Display none para with text:bookmark-start tag
                    displayed
           Product: LibreOffice
           Version: 6.1.0.3 release
          Hardware: x86 (IA32)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

Description:
In this case, first hidden para is displayed despite the style
"text:display="none"" :
```
<style:style style:name="testHidden" style:family="paragraph" >
   <style:text-properties text:display="none"/>
</style:style>
...
<text:p text:style-name="testHidden"><text:bookmark-start
text:name="idAaa"/></text:p>
<text:p>Inner test 1 : preceding empty para show KO</text:p>
<text:p text:style-name="testHidden"><text:bookmark-end
text:name="idAaa"/></text:p>
```

Note : in this case (with cdata in para), the paragraph is correctly hidden
```
 <text:p text:style-name="testHidden">Bbb<text:bookmark-start
text:name="idBbb"/></text:p>
```

bugHiddenPara.odt show the pb

Steps to Reproduce:
cf desription

Actual Results:
show para

Expected Results:
mask para


Reproducible: Always


User Profile Reset: Yes



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to