Skip to content

Word Critique Annotation popup displays only first 3 suggestions although popupOptions.suggestions contains 5 items #6797

Description

@Soham-Nale

The Critique Annotation popup only displays the first three suggestions, even though five suggestions are provided in popupOptions.suggestions.

The debugger confirms that all five suggestions are present before calling the Office.js API.

Environment

Host: Microsoft Word Desktop (Windows)
Version: Microsoft® Word for Microsoft 365 MSO
Version 2606 (Build 16.0.20131.20086) 64-bit

Also reproduced in:

  • Word on the Web

Office.js:
(Please specify your Office.js requirement set/version if applicable.)

Steps to Reproduce

  1. Create a Critique annotation.
  2. Set popupOptions.suggestions with five strings.
  3. Open the critique popup.

Example:

popupOptions: {
    suggestions: [
        "Suggestion 1",
        "Suggestion 2",
        "Suggestion 3",
        "Suggestion 4",
        "Suggestion 5"
    ]
}

Metadata

Metadata

Assignees

Labels

Area: OutlookIssue related to Outlook add-ins

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions