DocumentSelectionChanged event no longer firing in PowerPoint addin #5390
Labels
Area: PowerPoint
Issue related to PowerPoint add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Type: product bug
Bug in the Office Add-ins platform or Office JavaScript APIs
Our PowerPoint add-in relies on the
DocumentSelectionChanged
event to update its state based on selection changes. This has been working since mid-2023. However, in the latest PowerPoint for Mac (version 16.94 (25020927), released Feb 11, 2025), the event no longer triggers, and our handler never gets called. I confirmed that it still works as expected in the previous version (16.93.2 (25012611), Jan 28, 2025).We also tested the behaviour on the latest PC Desktop version of PowerPoint and PowerPoint on the web and the DocumentSelectionChanged event fires as expected. It is only an issue on Mac.
Provide required information needed to triage your issue
Your Environment
Expected behavior
The
DocumentSelectionChanged
event fires when there is a change in selection in PowerPoint and calls our event handler. (As it did before the most recent release)Current behavior
The
DocumentSelectionChanged
event never fires when there is a change in selection in PowerPoint.Steps to reproduce
Link to live example(s)
Provide additional details
Context
Our addin requires this event for our functionality and has been using it for a year and half. Without this event our addin has a broken experience for users.
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: