[Libreoffice-bugs] [Bug 94028] numbering style with number followed by TAB does not work correctly
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat May 1 12:08:33 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=94028
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--- Comment #20 from Justin L <jluth at mail.com> ---
(In reply to Ulrich Windl from comment #0)
> When using numbering styles where the number is followed by a TAB, the
> position of the first character after the number is not at a TAB position
> defined in the paragraph style.
Correct. It is at the position specified by the numbering.
(In reply to Ulrich Windl from comment #17)
> I had created another test document (bug-94028) to verify: A numbered list
> with two items, each using the same paragraph format. The first item has
> wrong indent after line 2, while the second item has correct indent.
This looks fine to me. The two paragraphs have different before text/first-line
indents. (I guess that is where the complaint comes in.)
Looking at the ODT, Paragraph 2 doesn't INHERIT the numbering style, it is
directly applied. In the case where the numbering is inherited, the style
overrides the numbering indents. But when the numbering is directly applied, it
now has priority over the style's indents.
<style:style style:name="P1" style:family="paragraph"
style:parent-style-name="Numbering_20_1">
<style:text-properties officeooo:paragraph-rsid="00131c3c"/>
<style:style style:name="P2" style:family="paragraph"
style:parent-style-name="Numbering_20_1"
style:list-style-name="Numbering_20_1">
<style:style style:name="Numbering_20_1" style:display-name="Numbering 1"
style:family="paragraph" <style:paragraph-properties fo:margin-left="0.3937in"
fo:text-indent="-0.3937in"
I'm sure this is working as it should.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210501/3e925f41/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list