Description: My goal is to build such a numerated list: 1. mammals 1.1 cats 1.2 dogs 1.3 cows 2. fishes 3. birds First write all the animals: mammals cats dogs cows fishes birds Then select all and apply numeration command: 1. mammals 2. cats 3. dogs 4. cows 5. fishes 6. birds Then indent the animals: 1. mammals 1. cats 2. dogs 3. cows 2. fishes 3. birds Then try to apply the structure 1. 1.1 1.1.1 You should obtain: 1. mammals 1.1 cats 1.2 dogs 1.3 cows 2. fishes 3. birds But you obtain instead: mammals 1.1 cats 1.2 dogs 1.3 cows fishes birds The problem is solved only if you save the file on disk and re-open it. Steps to Reproduce: Please see description Actual Results: mammals 1.1 cats 1.2 dogs 1.3 cows fishes birds Expected Results: 1. mammals 1.1 cats 1.2 dogs 1.3 cows 2. fishes 3. birds Reproducible: Always User Profile Reset: No OpenGL enabled: Yes Additional Info: Version: 7.2.0.4 (x64) / LibreOffice Community Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: it-IT (en_GB); UI: it-IT Calc: CL ----- The problem is solved only if you save the file on disk and re-open it.
I confirm it with Version: 7.2.1.2 (x64) / LibreOffice Community Build ID: 87b77fad49947c1441b67c559c339af8f3517e22 CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: default; VCL: win Locale: de-DE (de_DE); UI: de-DE Calc: threaded This happens, if you create list with icon "Toggle Ordered List" (F12). It's not possible to customize it and show sublevels with context menu => Bullets and Numbering
I've just installed version 7.2.2.2 and this bug is still there. It's impossible to work effectively on numbered list with sublevel, I will revert back to stable version. Version: 7.2.2.2 (x64) / LibreOffice Community Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56 CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win Locale: it-IT (it_IT); UI: en-US Calc: threaded
No repro Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e9374f74385d7dfe77d1902d3d82af20143bc775 CPU threads: 8; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: fr-FR (fr_FR); UI: fr-FR Calc: threaded Steps to reproduce: 1) I write my list 2) I select my list 3) I click on the button "Toggle Ordered List" 4) I select the items on my list that should be put back and therefore a lower level in my list 5) I click on the button "Increase indent" It is done.
Can't confirm with Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: c0c8cffd3541e3cd616c96791b04e7ebf2b2ed03 CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL threaded Perhaps stps from original bug report not clear enough. My Steps: 1. Write all the animals: mammals cats dogs cows fishes birds 2. Select all; press F12 3. Indent the animals (Demote Outline Level) for cats | dogs | cows 4. Open bullets and numbering dialog; customize tab 5. For second level select "show two sublevels" -> OK Actual and expected result 1. mammals 1.1 cats 1.2 dogs 1.3 cows 2. fishes 3. birds => RESOLVED WORKSFORME