To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76092





------- Additional comments from [EMAIL PROTECTED] Wed Sep 10 13:55:35 +0000 
2008 -------
I found this bug, not via a save/reload cycle, but via generating an ODF file
(with software we have in development/test) and then discovering that the loaded
ODF file was not correctly displayed in writer (so I suspect its a load bug).

I tested using 3.0 release candidate 1 (OOO300m5 build 9350) on MacOSX (10.5.4).

I did some experimentation to discover more about the issue, so I hope this
further analysis proves useful:

This appears to happen then there are multiple, adjacent <text:change> elements
inside a <text:p> or similar 'paragraph-content'.  It doesn't happen if there is
anything between the text:change elements including PCData or an element such as
<text:s/>

As another example if there are three consecutive <text:change> elements on
loading they appear in reverse order.  

Here's an example of some cut-down ODF (complete ODF file also attached,
created with 3.0 RC1):

<office:text>
  <text:tracked-changes>
    <text:changed-region text:id="ct613662800">
      <text:deletion>
        <office:change-info ... />
        <text:p text:style-name="Standard">brown </text:p>
      </text:deletion>
    </text:changed-region>
    <text:changed-region text:id="ct614057344">
      <text:deletion>
        <office:change-info .../>
        <text:p text:style-name="Standard">fox </text:p>
      </text:deletion>
    </text:changed-region>
    <text:changed-region text:id="ct430527120">
       <text:deletion>
         <office:change-info .../>  
         <text:p text:style-name="Standard">jumps </text:p>
       </text:deletion>
    </text:changed-region>
  </text:tracked-changes>
  <text:sequence-decls .../>     
  <text:p text:style-name="Standard">The quick 
    <text:change text:change-id="ct613662800"
     /><text:change text:change-id="ct614057344" 
     /><text:change text:change-id="ct430527120" />over the lazy dog.</text:p>
</office:text>

With show-changes turned on, this should render as: 

The quick brown fox jumps over the lazy dog.

But instead, the following is displayed:

The quick jumps fox brown over the lazy dog.

Section 4.7.10 of ODF 1.2, draft 7_5 states that <text:change>
"marks a position ... where text has been deleted", which would suggest
any reordering is a bug.


---------------------------------------------------------------------
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]

Reply via email to