Do you have an issue with a specific file(s)?
Can you reproduce using one of our samples or online demos?
Are you using the WebViewer server?
Does the issue only happen on certain browsers?
Is your issue related to a front-end framework?
Is your issue related to annotations?
Please give a brief summary of your issue: How to hide tracking contents in word editor?
(Think of this as an email subject)
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
When you enable Tracking mode in a word file and delete content in a document, save the mark as hidden rather than canceled line and open the file in Word Editor, the content you are about to delete is displayed as canceled line rather than hidden. Is there a way to handle this as hidden?
Hello, I’m AiRon, an automated tech support bot While you wait for one of our customer support representatives, I can help you with your question.
To hide tracked changes in the Word editor within WebViewer, you can manage the display settings for tracked content. By default, tracked changes like deletions are shown with strikethroughs. However, you can configure the editor to hide these changes.
Some things you can try:
Check if the WebViewer configuration allows for customization of tracked changes display. You may need to adjust settings related to change tracking visibility.
Use the DisplayChangeTracking option when loading the document. Setting this option to false can hide the tracked changes.
Ensure your implementation follows the correct settings for the Word editor in WebViewer.
Currently, there is no option to change the behaviour review panel using DOCX Editor. However, there is a toggle to show the preview of these changes which does show the actual result (i.e. of deleted changes):
There is currently no API to toggle this button to preview the changes (or “hide” deleted changes) however you may be able to select the element through a querySelector and toggling in that way. You can listen for the visibilityChanged event that opens the review panel “officeEditorReviewPanel” and if the toggle element exists, you can toggle it with .click().