tags for deletion when "always on"

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Vincent
Posts: 52
Joined: Thu Dec 15, 2011 7:56 pm

tags for deletion when "always on"

Post by Vincent »

Hi,

When the "initial state" of the "Track Changes" is set to "Always On".

The result, in the XML file, of a deletion is :

Code: Select all

<?oxy_delete author="ME" timestamp="20120118T173616+0100" content="<?oxy_insert_start author="ME" timestamp="20120118T173622+0100"?>Texte Deleted<?oxy_insert_end?>"?>
Instead of :

Code: Select all

<?oxy_delete author="ME" timestamp="20120118T173616+0100" content="Texte Deleted"?>
There's no problem with it, everything seems to work fine in review mode.

This is just to notify (in case it could be a bug).
I noticed it because your tags might be useful for us concerning some treatment that we plan to do for our process.

Vincent.
mihaela
Posts: 490
Joined: Wed May 20, 2009 2:40 pm

Re: tags for deletion when "always on"

Post by mihaela »

Hi Vincent,

Thank you for reporting this problem.
This is a bug, the delete processing instruction content should not contain other track changes processing instructions.
We will notify you when the fix will be available.

Best regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
adrian
Posts: 2850
Joined: Tue May 17, 2005 4:01 pm

Re: tags for deletion when "always on"

Post by adrian »

Hello,

I just wanted to let you know that this problem has been resolved in the latest build of Oxygen 13.2, 2012012413:
Author mode: If the track changes initial state was set to Always On, when saving or switching to Text mode, each delete change marker had an inner insert change marker with the deleted content. Functionality of the track changes was not affected.
You can download it from our web site:
http://www.oxygenxml.com/download.html

The complete list of bug-fixes for this build can be found here:
http://www.oxygenxml.com/build_history.html#2012012413

Let us know if you encounter further problems with this build.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply