TrackChange order incorrect

Document showing track changes order is not same when we get the track changes from code(revisions), would you check what is causing this issue? Please find the document and screenshots attached.testcopy.docx (46.5 KB)
trackchangeorder.png (16.4 KB)
trackchangeordercode.png (69.6 KB)

@haridande Revisions in MS Word document are concatenated into groups. You can get the required order by looping thro revisions groups:

Document doc = new Document(@"C:\Temp\in.docx");
foreach (RevisionGroup g in doc.Revisions.Groups)
    Console.WriteLine($"{g.RevisionType}: {g.Text.Trim()}");

The result is the following:

Deletion: E
Insertion: USO

I’m still getting the wrong order if I use groups. please see the below screens.


testcopy.docx (47.1 KB)

@haridande
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25870

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.