[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position (since the extra digit puts numbering beyond tabstop with certain fonts)

2022-09-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

Timur  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #10 from Timur  ---
I'll mark duplicate because it's a frequent request scattered around in
multiple bugs.

*** This bug has been marked as a duplicate of bug 126690 ***

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

[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position (since the extra digit puts numbering beyond tabstop with certain fonts)

2021-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

Justin L  changed:

   What|Removed |Added

Summary|[FORMATTING] Numbered List  |[FORMATTING] Numbered List
   |Improper Indent at 10   |Improper Indent at 10
   |Position|Position (since the extra
   ||digit puts numbering beyond
   ||tabstop with certain fonts)

--- Comment #9 from Justin L  ---
A matter of taste I guess. I expect that vast majority of numbering never
reaches 10, and so increasing the space might look like too much space for the
normal use case.

No errors here - just a disagreement about the defaults. I would tend to mark
this as WONTFIX.

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

[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2021-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

Timur  changed:

   What|Removed |Added

Version|6.2.8.2 release |Inherited From OOo
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6690
   Hardware|x86-64 (AMD64)  |All

--- Comment #8 from Timur  ---
This is basically a duplicate of bug 126690 but let's keep separate so far, in
case that either is just partially resolved.

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

[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2020-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

--- Comment #7 from Julien Nabet  ---
Scito: perhaps you can submit a patch on gerrit and wait for some LO dev
experts feedback? You may also ping someone on dev LO IRC.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2020-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

--- Comment #6 from Scito  ---
> Workaround: the first knob in the ruler can be manually dragged left to
> increase the indents.

The workaround seems only to work on master (7.1), but not 7.0.2.2. The knobs
seems kind of broken in 7.0.2.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2020-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

--- Comment #5 from Scito  ---
I've found the location of the problem. It is in sw/source/core/doc/number.cxx
line 393ff:

// position-and-space mode LABEL_ALIGNMENT
// first line indent of general numbering in inch: -0,25 inch
const long cFirstLineIndent = -1440/4;
// indent values of general numbering in inch:
//  0,5 0,751,0 1,251,5
//  1,752,0 2,252,5 2,75
const long cIndentAt[ MAXLEVEL ] = {
1440/2, 1440*3/4,   1440,   1440*5/4,   1440*3/2,
1440*7/4,   1440*2, 1440*9/4,   1440*5/2,   1440*11/4 };

The indents are hardcoded regardless of the dimensions of the font and the
number of list number digits.

A quick fix is to increase the hard coded indent, eg. use 1600 instead of 1440.

Workaround: the first knob in the ruler can be manually dragged left to
increase the indents.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2020-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

i...@scito.ch changed:

   What|Removed |Added

 Blocks||107832


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107832
[Bug 107832] [META] Writer list style bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2020-10-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

--- Comment #4 from i...@scito.ch ---
I can confirm this issue with LO 7.0.2.2 on Linux with Bit Stream Vera Sans
font at 10th position.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2020-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
   Severity|trivial |normal
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with LO Debian package 6.4.0.3, I could reproduce this.
It does also the same shift with Liberation Serif but from 100th entry.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2020-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

--- Comment #2 from SaphireWarlord  ---
Created attachment 157589
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157589=edit
Example Document with Formatting Bug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130358] [FORMATTING] Numbered List Improper Indent at 10 Position

2020-02-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130358

--- Comment #1 from SaphireWarlord  ---
Created attachment 157588
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157588=edit
Screenshot of Bug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs