Closed Acibi closed 6 days ago
Thank you for letting us know about this issue. We will take a look shortly. Thanks.
I believe this bug is related : https://github.com/OfficeDev/office-js/issues/2225
Hi @Acibi Thanks for reporting this issue, we'll take a look and report back if we have a suggestion for you.
Close this case since duplicate. Feel free to reopen it if any wrong still exists.
Since the issue https://github.com/OfficeDev/office-js/issues/2225 is marked as not planned and the current issue is a duplicate (presumably of issue 2225), does that mean that the current issue won't be addressed?
Call to Range.ExpandTo() triggers autosave on Word Online
Your Environment
Expected behavior
Call to Range.ExpandTo() should not triggers auto-save on Word Online
Current behavior
Call to Range.ExpandTo() is triggering auto-save on Word Online. The save complete when an interaction occurs in the document (click, cursor move, etc)
Steps to reproduce
Link to live example(s)
Script Lab Script to reproduce :
Script :
Html:
Provide additional details
During the run, the autosave will be triggered and after an interaction with the document, the Word.ParagraphChanged will be also triggered.