Bug 271990 - Infinite layout-loop on loading documents into Words
Summary: Infinite layout-loop on loading documents into Words
Status: RESOLVED FIXED
Alias: None
Product: calligrawords
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Sauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 16:29 UTC by Sebastian Sauer
Modified: 2011-04-29 20:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Trimmed down testcase showing the problem (11.19 KB, application/vnd.oasis.opendocument.text)
2011-04-29 18:50 UTC, Sebastian Sauer
Details
doc showing the prob (11.19 KB, application/vnd.oasis.opendocument.text)
2011-04-29 18:55 UTC, Sebastian Sauer
Details
trimmed down testdoc showing the problem(s) (11.19 KB, application/vnd.oasis.opendocument.text)
2011-04-29 18:56 UTC, Sebastian Sauer
Details

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