Open dhoelzl opened 7 months ago
This is a follow-up issue from https://github.com/OfficeDev/office-js/issues/1755.
The problem seems to be only partially fixed, the test case 3 still does not work, it still behaves like before.
Tested on office.com (Version 16.0.17514.41008).
Reproduction:
In an extension context on office.com run
await Word.run(async (context) => { var sourceRange = context.document.getSelection(); sourceRange.insertText("Test\nTest\vLine\vBreak\nTest", 'Replace'); await context.sync(); });
this inserts
Test¶ Test\vLine\vBreak¶ Test
(Output is formatted as displayed in Word with the option to display invisible characters enabled).
Expected:
Test¶ Test↵ Line↵ Break¶ Test
Thank you for letting us know about this issue. We will take a look shortly. Thanks.
Thanks for re-opening the issue! We are still tracking the bug with 5008299.
This is a follow-up issue from https://github.com/OfficeDev/office-js/issues/1755.
The problem seems to be only partially fixed, the test case 3 still does not work, it still behaves like before.
Tested on office.com (Version 16.0.17514.41008).
Reproduction:
In an extension context on office.com run
this inserts
(Output is formatted as displayed in Word with the option to display invisible characters enabled).
Expected: