Issue 96374 - The siml:direction="reverse" handled wrong in ooimpress
Summary: The siml:direction="reverse" handled wrong in ooimpress
Status: ACCEPTED
Alias: None
Product: Impress
Classification: Application
Component: save-export (show other issues)
Version: OOo 2.4.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-20 07:05 UTC by zagge
Modified: 2017-05-20 11:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
file with has the error (9.33 KB, application/vnd.oasis.opendocument.presentation)
2008-11-20 07:06 UTC, zagge
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description zagge 2008-11-20 07:05:07 UTC
The smil:direction="reverse" attribute is handled wrongly.

      <style:drawing-page-properties ... smil:type="slideWipe" 
smil:subtype="fromBottom" smil:direction="reverse"/>

This is saved when you select the page transition "Uncover Up". However as 
defined by SMIL 2.0 12.4.1 The transition element
"Uncover up" as done by ooimpress  should be represented by:

      <style:drawing-page-properties ... smil:direction="reverse" 
smil:subtype="fromTop" smil:type="slideWipe"/>

This problem exists for most effects where smil:direction="reverse" is used.
Comment 1 zagge 2008-11-20 07:06:08 UTC
Created attachment 58135 [details]
file with has the error
Comment 2 zagge 2008-11-20 07:07:27 UTC
The same problem also exists in OO 3.0.0
Comment 3 wolframgarten 2008-11-20 07:59:26 UTC
Reassigned. Please handle.
Comment 4 clippka 2008-11-21 10:13:12 UTC
changing target
Comment 5 Marcus 2017-05-20 11:11:16 UTC
Reset assigne to the default "issues@openoffice.apache.org".