- Home
- Forum
- Angular - EJ 2
- Track Changes toggle button behaviour causes flashing panel
Track Changes toggle button behaviour causes flashing panel
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.
Attachment: MCpT9h7ETe_d998b11b.zip
|
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.
- Track change Id is not static as per docx specification.
- In file level, track change id is zero based index.
- If one revision is added, track change id for all the track changes present in the document is updated with new Id.
- Once the SFDT is converted to docx, we can't keep track of track change ids.
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
Attachment: media1_(4)_d9b0a307.zip
- 7 Replies
- 5 Participants
-
BM Brandon M
- Aug 22, 2021 08:57 PM UTC
- Jun 21, 2024 01:30 PM UTC