To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77868
Issue #|77868
Summary|The value of the property fo:wrap-option is inconsiste
|nt with ODF spec
Component|xml
Version|OOo 2.0.2
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P1
Subcomponent|code
Assigned to|jsi
Reported by|ironknight
------- Additional comments from [EMAIL PROTECTED] Mon May 28 13:15:08 +0000
2007 -------
Problem: In OpenOffice.org 2.0, when I select word wrap text in shape and then
save the file, the value of the property fo:wrap-option that is saved to the
file is actually "no-wrap". I think it is inconsistent with ODF spec.
Actual XML section in ODP file(selected "word wrap" option in shape setting
dialog)
<style:style style:name="gr1" style:family="graphic" style:parent-style-
name="standard">
<style:graphic-properties draw:stroke="none" draw:fill="none"
draw:fill-color="#7889fb" draw:textarea-horizontal-align="justify"
draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:padding-
top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"
fo:wrap-option="no-wrap" draw:shadow="hidden" draw:shadow-color="#ccccff"/>
</style:style>
But in ODF spec:
15.16.6Word Wrap
The fo:wrap-option attribute specifies if text is word wrapped in a shape.
<define name="style-graphic-properties-attlist" combine="interleave">
<optional>
<attribute name="fo:wrap-option">
<choice>
<value>no-wrap</value>
<value>wrap</value>
</choice>
</attribute>
</optional>
</define>
This inconsistent with ODF standard will make OOo 2.0 have a bad
interoperability with other ODF-support editors.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]