[Word Online] Word Online can not insert or search '\v' #5403
Labels
Area: Word
Issue related to Word add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Provide required information needed to triage your issue
Your Environment
Expected behavior
Word AddIn script can not insert and search '\v' (\u000b) == Vertical Tab == Shift-Enter on Word Online.
Actually, expectation is the behavior of Native Word and Word Online should be same rather than '\v' handling.
This is because Microsoft REQUIRES in its AppSource approval process that addin provide the same functionality in Word Online.
Current behavior
Word AddIn script insert '\v' as string on Word Onlnie.
Word AddIn script fails to search string that contins '\v'.
Steps to reproduce
Run 'live example' on Script Lab on Word Online.
Insert "abc[Shift-Enter]def" on Word Online.
document.body.search('c\vd')
Link to live example(s)
Provide additional details
Context
We are providing the feature that is sort of proofreading.
So, it is important to search behavior is same on Native and Online to update document on Word Document
Useful logs
Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.
The text was updated successfully, but these errors were encountered: