Bug 278263

Summary: wrongly counts enumeration
Product: [Applications] calligrawords Reporter: Bernd Buschinski <b.buschinski>
Component: opendocumentAssignee: Calligra Words Bugs <calligra-words-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: example ducment with couting error
left libreoffice, right calligrawords

Description Bernd Buschinski 2011-07-22 11:42:07 UTC
Created attachment 62076 [details]
example ducment with couting error

Version:           svn (using KDE 4.6.4) 
OS:                Linux

Calligrawords 2.3.73 wrongly counts the enumeration

Reproducible: Didn't try

Steps to Reproduce:
import numericlist.odt

Actual Results:  
starting from "Three" the numbers are wrong, should be 3. not 2.

Expected Results:  
should count correctly -> "3. Three" and so on

calligrawords 2.3.73
Comment 1 Bernd Buschinski 2011-07-22 11:42:29 UTC
Created attachment 62077 [details]
left libreoffice, right calligrawords
Comment 2 Camilla Boemann 2011-10-26 09:33:22 UTC
Ahh, another excellent bug report from you :)
Comment 3 Camilla Boemann 2011-10-26 10:39:46 UTC
Git commit 56c616c7ee508e40b9c62058688b16af767c060e by C. Boemann.
Committed on 26/10/2011 at 12:22.
Pushed by boemann into branch 'master'.

Unnumbered list items act like "following lines" in a numbered block

CCBUG: 278263
  this fixes a regression in the placement of "Two more text" in that bug
  That bug itself is still not fixed

M  +8    -3    libs/textlayout/KoTextLayoutArea.cpp

http://commits.kde.org/calligra/56c616c7ee508e40b9c62058688b16af767c060e
Comment 4 Camilla Boemann 2011-10-26 10:39:46 UTC
Git commit 11a5dd2d3a52f868c445c5e18c91e522a03b79f9 by C. Boemann.
Committed on 26/10/2011 at 12:38.
Pushed by boemann into branch 'master'.

Count numbers of list items correctly by disregarding unnumbered list items

BUG:278263

M  +4    -0    libs/textlayout/ListItemsHelper.cpp

http://commits.kde.org/calligra/11a5dd2d3a52f868c445c5e18c91e522a03b79f9