https://bugs.documentfoundation.org/show_bug.cgi?id=149824
Bug ID: 149824
Summary: Wrong multi-level numbering in RTL mode
Product: LibreOffice
Version: 7.3.4.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
A multi-level numbering list in LTR mode is like this:
1. Parent item
1.1. Sub item 1
1.2. Sub item 2
1.3. Sub item 3
It is obvious that "Sub item 2" is under "Parent item" so its numbering starts
with 1 and end with 2.
But when we are in RTL mode (RTL languages like Farsi and Arabic) numbering for
sub items will be wrong and be displayed 2.1. You can see this in attached file
for better understanding.
Steps to Reproduce:
1. Make a multilevel numbered list in RTL mode
Actual Results:
۱. آیتم اصلی
۱.۱. آیتم زیرین اول
۲.۱. آیتم زیرین دوم
۳.۱. آیتم زیرین سوم
Expected Results:
۱. آیتم اصلی
۱.۱. آیتم زیرین اول
۱.۲. آیتم زیرین دوم
۱.۳. آیتم زیرین سوم
Reproducible: Always
User Profile Reset: Yes
Additional Info:
Version: 7.3.4.2
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 5.18; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.