Issue 13590

Summary: Regression: DOC document with tables
Product: Writer Reporter: pavel
Component: codeAssignee: michael.ruess
Status: CLOSED FIXED QA Contact: issues@sw <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 Beta   
Target Milestone: ---   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
first file
none
second example of such document none

Description pavel 2003-04-18 13:37:24 UTC
Hi,

the attached document shows tables in 1.0.2, 1.0.3 but does not show then in
1.1Beta.
Comment 1 pavel 2003-04-18 13:38:12 UTC
Created attachment 5740 [details]
first file
Comment 2 pavel 2003-04-18 13:39:25 UTC
Created attachment 5741 [details]
second example of such document
Comment 3 pavel 2003-04-18 13:56:50 UTC
I think this should be solved before 1.1 release.
Comment 4 h.ilter 2003-04-22 09:47:55 UTC
Reassigned to MRU.
Comment 5 michael.ruess 2003-04-23 10:33:53 UTC
MRU->CMC: OO 1.0.x also displayed the table wrong (though OO 1.1
displays it much worse ;-). It is a complex table (with many merged
cells); but it does not look too complex for displaying in OO Writer.
The import gives the assertion "Actual row bigger than expected".
Comment 6 caolanm 2003-04-23 13:12:04 UTC
The Heading2 style has a frame property which is hardcoded overiden to
make it go away in the document. The filter thinks that the existance
of frame stuff makes it floating. Rather than checking for frame
properties we need to see if they combine to make a frame or not, and
use that result as the test.
Comment 7 caolanm 2003-04-23 14:56:47 UTC
Fixed in filterteam05
Comment 8 caolanm 2003-04-23 17:00:22 UTC
reopen to reassign
Comment 9 caolanm 2003-04-23 17:00:47 UTC
Working in jollyfilterteam05.
Comment 10 michael.ruess 2003-04-29 15:37:22 UTC
Checked fix in CWS jollyfilterteam05.
Comment 11 michael.ruess 2003-04-29 15:38:08 UTC
Fix will be included in OO 1.1 Beta2.
Comment 12 pavel 2003-05-11 11:01:21 UTC
I verified it too.

Thank you for fixing this.