I have a docx that is Restricted Edit protected with an area for the user to enter text. When I load the word document and set the CurrentUser and UserColor then the protected area highlight color is the same as the user color. The Default Guest User and color work fine, but once I set TestUserName, the color becomes the same as the set userColor.
Snippet<SfDocumentEditorContainer @ref="container" EnableTrackChanges="true" CurrentUser="TestUserName" UserColor="#f2f2d5" EnableComment="false" RestrictEditing="false" ShowPropertiesPane="true" ToolbarItems="@Items" Height="100%">
<DocumentEditorContainerEvents Created="OnCreated"></DocumentEditorContainerEvents>
</SfDocumentEditorContainer>
Attachment:
TestDoc_8b57dcaa.zip