Bug 278263 - wrongly counts enumeration
Summary: wrongly counts enumeration
Status: RESOLVED FIXED
Alias: None
Product: calligrawords
Classification: Applications
Component: opendocument (show other bugs)
Version: Git
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Calligra Words Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 11:42 UTC by Bernd Buschinski
Modified: 2011-10-26 10:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
example ducment with couting error (9.07 KB, application/vnd.oasis.opendocument.text)
2011-07-22 11:42 UTC, Bernd Buschinski
Details
left libreoffice, right calligrawords (14.79 KB, image/png)
2011-07-22 11:42 UTC, Bernd Buschinski
Details

Note You need to log in before you can comment on or make changes to this bug.
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