Summary: | Infinite layout-loop on loading documents into Words | ||
---|---|---|---|
Product: | [Applications] calligrawords | Reporter: | Sebastian Sauer <mail> |
Component: | general | Assignee: | Sebastian Sauer <sebsauer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Trimmed down testcase showing the problem
doc showing the prob trimmed down testdoc showing the problem(s) |
Description
Sebastian Sauer
2011-04-29 16:29:42 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.
Created attachment 59440 [details]
doc showing the prob
Created attachment 59441 [details]
trimmed down testdoc showing the problem(s)
|