Issue 88889 - ODF: Omit export of OFD 1.2 chart features when 1.1 is set
Summary: ODF: Omit export of OFD 1.2 chart features when 1.1 is set
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-30 15:44 UTC by IngridvdM
Modified: 2013-02-24 21:18 UTC (History)
1 user (show)

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


Attachments
chart examples with ODF1.2 features (39.62 KB, application/vnd.oasis.opendocument.spreadsheet)
2008-05-07 09:31 UTC, IngridvdM
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description IngridvdM 2008-04-30 15:44:40 UTC
Issue 86209 introduced a new switch at Tools->Options->Load/Save->General where
the ODF format version can be selected which should be used for saving documents.

Within this issue it will be implemented that the new chart features which are
using ODF 1.2 are not saved when the chart is saved while the new ODF format
switch is set to 1.0/1.1.
Comment 1 IngridvdM 2008-05-07 09:31:05 UTC
Created attachment 53438 [details]
chart examples with ODF1.2 features
Comment 2 IngridvdM 2008-05-07 09:43:39 UTC
Fixed in CWS odfversionedexport.
When a chart is saved while ODF1.0/1.1 is selected in the global save setting
now ODF1.2 featues are skipped, thus the written xml is ODF1.0/1.1 conform.
The attached document has several examples for the new features that will be
omitted. Save it with ODF1.0/1.1, reload and double click on the charts or press
F9 and you will see that the new features are lost.
Note: Currently charts are only saved actively when they were loaded before.
This is the current behavior of all OLE objects and not chart specific.
Comment 3 IngridvdM 2008-05-07 09:45:18 UTC
@Thomas, please verify in CWS odfversionedexport.
Comment 4 kla 2008-05-28 12:58:52 UTC
This attached file is NOT valid against draft #6 of ODF 1.2. Also a save in the
CWS installation does not correct it.

Result details:

ODF12ChartFeatureExamples.ods/Object 10/content.xml[2,2287]:Error:unexpected
attribute "chart:right-angled-axes"
ODF12ChartFeatureExamples.ods/Object 10/content.xml[2,3366]:Error:attribute
"chart:error-category" has a bad value. Possible values are:
cell-range,constant,error-margin,none,percentage,standard-deviation,variance
ODF12ChartFeatureExamples.ods/Object 10/content.xml[2,3692]:Error:attribute
"chart:error-category" has a bad value. Possible values are:
cell-range,constant,error-margin,none,percentage,standard-deviation,variance
ODF12ChartFeatureExamples.ods/Object 10/content.xml[2,3891]:Error:attribute
"chart:error-category" has a bad value. Possible values are:
cell-range,constant,error-margin,none,percentage,standard-deviation,variance
ODF12ChartFeatureExamples.ods/Object 10/content.xml:Info:validation errors found
Comment 5 IngridvdM 2008-06-02 12:42:51 UTC
ODF 1.2 validity was not the target of this issue. It is about being ODF 1.1
conform when 1.1. is set. So the former comment should not hinder this issue to
be verified.
Furthermore the ODF 1.2 chart:right-angled-axes problem is already addressed
with issue 86063. The other issues are due to the fact that the draft used for
ODF 1.2 validation does not contain all latest accepted specification changes.
So there is no need for further issues at the moment.
->back to QA.
Comment 6 kla 2008-06-03 13:07:29 UTC
In case of it is about being ODF 1.1 conform when 1.1. is set. -> verified
Issue 86063 deals with the ODF 1.2 chart:right-angled-axes problem.
Comment 7 kla 2008-07-08 13:04:59 UTC
seen ok in current master -> closed