Skip to content

Word add-ins steal focus from documentΒ #316

Closed
@fergiemcdowall

Description

@fergiemcdowall

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.

(related: https://stackoverflow.com/questions/39888050/how-to-send-back-ms-word-cursor-focus-on-current-document-after-click-in-task-pa)

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

  1. Open a Word add-in in Word for Windows/Mac (not Word Online) and start typing
  2. Click on the add-in so that it has focus
  3. Continue typing in your document (nothing happens)
  4. 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.

Metadata

Metadata

Labels

Area: WordIssue related to Word add-ins

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions