Hey,
Currently, the behaviour of the track changes is somewhat problematic.
Steps:
1) Enable custom toolbar, by setting the documentEditor toolbar to: (Not sure if required, but happens with this)
public item = [ 'Open', 'Separator', 'Undo', 'Redo', 'Separator', 'Image', 'Table', 'Separator', 'Header', 'Footer', 'PageSetup', 'PageNumber', 'Break', 'Separator', 'Find', 'LocalClipboard', 'Separator', 'TrackChanges', 'Separator', { prefixIcon: 'e-custom-icons e-save', tooltipText: 'Save Document', text: this.onWrapText('Save Document'), id: 'SaveDocument' } ]; |
2) Enable track changes
3) Make changes
4) Disable Track changes
5) Attempt to drag cursor over Track Changes text.
Notice that dragging cursor over the text seemingly tries to close and open the track changes panel rapidly.
Attached is a video showing the way it flashes in and out.
container.documentEditor.showRevisions = false; |
I see a few experts in this thread who might have come across a problem we are facing, sharing the query below to seek help!
We need a metadata field to pass the serial number in the syncfusion xml payload and display it somewhere in track changes card for a word document.
Any suggestions would be highly appreciated?
Hi Swarnkamal,
For the purpose of linking a revision, the Document Editor maintains the revision id. also, the revision id is dynamic.
We have following limitation in providing the requested support.
Due to the above limitation, we can't maintain static id for track changes. We have attached a video for your reference.
Regards,
Dhanush Sekar