Bug 283984

Summary: ODF: List styles - bullet font-size by percentage not retained.
Product: [Applications] calligrastage Reporter: Matus Uzak <matus.uzak>
Component: opendocumentAssignee: T Zachmann <t.zachmann>
Status: RESOLVED FIXED    
Severity: normal CC: gopalakbhat
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: ODP file produced by the pptx filter.

Description Matus Uzak 2011-10-14 12:09:16 UTC
Created attachment 64516 [details]
ODP file produced by the pptx filter.

Version:           svn
OS:                Linux

Both the list on the 1st slide and the list on the 2nd slide refer to the same list-style, which defines fo:font-size="100%".  The font-size of the list item on the 1st slide and the 2nd slide is 28pt and 54pt respectively.  As a result the bullet on the 2nd slide should have font-size=54pt, but it's 28pt. Looks like the absolute font-size is not re-calculated.

Reproducible: Always

Steps to Reproduce:
1. Open the provided ODP file in stage.
2. Check the bullet size on the 2nd slide, which should follow the font-size of the list item.

Actual Results:  
Size of the bullet on the 2nd slide is the same as size of the bullet on the 1st slide, 28pt.


Expected Results:  
Size of the bullet on the 2nd slide equal to 54pt.
Comment 1 Gopalakrishna Bhat 2011-10-15 14:12:24 UTC
Fixed with b0e28e2bea2602296da608b5b3305d0af635910f
Comment 2 Matus Uzak 2011-10-19 19:01:28 UTC
Fixed!  Again a lot of positive changes after running cstester on pptx documents.