Ideas
Add viewportChanged event to Word JavaScript API
In Word add-ins, we often need to react to changes in the user's viewport (scrolling, zooming, etc.). Currently, there's no event to detect when the visible pages change. A viewportChanged event on W...chetankotwalAug 27, 2025Iron Contributor211Views72likes0CommentsWord JS API - Simple events for content controls
Subscribing to events on content controls in large documents with many instances are not optimal. It is pretty bad that it is necessary to register events on every single content control. Please add ...lfastrupSep 11, 2025Copper Contributor28Views5likes0CommentsMake Graph API /drive a navigation property to allow for the use of $expand
Currently the https://learn.microsoft.com/en-us/graph/api/drive-get?view=graph-rest-1.0&tabs=http /drive can only be used against a specific individual user. Therefore if you want to use Graph to obt...steve_alldridgeSep 12, 2025Copper ContributorNew14Views1like0CommentsGraph API $batch limit increase from 20
Graph API JSON batch requests are currently limited to 20 individual requests which is really restrictive for batch processing. Microsoft should increase this limit to be more in line with SharePoin...steve_alldridgeSep 12, 2025Copper ContributorNew14Views1like0CommentsRequest to Enable Office.BeforeDocumentCloseNotification API for Word and PowerPoint
The Office.BeforeDocumentCloseNotification API is currently supported only in Excel. This feature is very useful because it allows add-ins to show a confirmation dialog before the document is closed,...New60Views6likes1CommentFeature Request: Add error/rejection support to Office.onReady() for network/dependency failures
Description Currently, when Office.js loads but one of its dependent resources (such as office_strings.js) fails to load due to network issues or blocking, the Office.onReady() promise never resolve...raghavendra1207Aug 29, 2025Copper Contributor33Views3likes0CommentsSupport for Right-Click Event Hook in Word to Dynamically Update Custom Context Menu Items
The Office JavaScript API currently provides support for adding custom items to Word’s context menu and controlling their enabled/disabled state. However, there is no event hook available to detect w...96Views7likes1Comment