Bug 157452

Summary: ODT file formatting is wrong in Okular
Product: [Applications] okular Reporter: Samir van de Sand <samir.vds>
Component: ODT backendAssignee: Okular developers <okular-devel>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version: 0.6.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: The ODT file I was talking about ...

Description Samir van de Sand 2008-02-08 20:08:48 UTC
Version:           0.6.1 (using 4.0.1 (KDE 4.0.1), Kubuntu packages)
Compiler:          gcc
OS:                Linux (i686) release 2.6.22-14-generic

I've attached an ODT file which I created with OpenOffice 2.3. On page 1 below "Projektphasen" you see a numbering.

In OpenOffice it looks like:
1 Konzeptionsphase
  1.1 Fomulierung der Idee
  1.2 Kosten- Nutzenanalyse
  ...
2 Defintionsphase
  2.1 ...

However in Okular it looks like that:
1.
  2. Konzeptionsphase
  3. Defintionsphase
  4. ...
Comment 1 Samir van de Sand 2008-02-08 20:09:52 UTC
Created attachment 23481 [details]
The ODT file I was talking about ...
Comment 2 Tobias Koenig 2008-02-17 23:51:45 UTC
Hej,

unfortunately the used QTextDocument API doesn't support nested tables.
This issue will be fixed as soon as we can use KWord's extended QTextDocument/ODF
class.

Ciao,
Tobias