Bug 271990

Summary: Infinite layout-loop on loading documents into Words
Product: [Applications] calligrawords Reporter: Sebastian Sauer <mail>
Component: generalAssignee: Sebastian Sauer <sebsauer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Trimmed down testcase showing the problem
doc showing the prob
trimmed down testdoc showing the problem(s)

Comment 1 Sebastian Sauer 2011-04-29 18:50:37 UTC
Created attachment 59438 [details]
Trimmed down testcase showing the problem

The problems are;
1. something is wrong with rowSpan
2. in KoTextLayoutTableArea.cpp:487 the qMin-check and the following setReferenceRect expect that the maxBottom doesn't allow growing if the content doesn't match. That's not the case it seems.
Comment 2 Sebastian Sauer 2011-04-29 18:55:14 UTC
Created attachment 59440 [details]
doc showing the prob
Comment 3 Sebastian Sauer 2011-04-29 18:56:43 UTC
Created attachment 59441 [details]
trimmed down testdoc showing the problem(s)