Description
After performing an action in an add-in, there seems to be no way to send focus back to the main document. The user is forced to manually click on the document.
Expected Behavior
I would expect there to be some way for the add-in to assign focus back to the document
Current Behavior
Currently this works as expected on Word Online but doesn't work on latest versions of Word for Windows or Mac
Steps to Reproduce
- Open a Word add-in in Word for Windows/Mac (not Word Online) and start typing
- Click on the add-in so that it has focus
- Continue typing in your document (nothing happens)
- Add-in has focus, and it can't be programatically returned to the document at the currently active cursor so the user has to manually click on the document to continue editing
Context
I am a developer for SmartLawyer Writer, a commercial lawtech add-in in the Norwegian add-in Store. Our users are legal professionals who write long documents. This problem means that our add-in (and other add-ins) can be seen as breaking a user's "flow" when they are writing.
Your Environment
This bug seems to affect recent versions of Word on Windows and Mac, but works as intended on Word Online in all browsers.