Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using this version of office js (https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js or https://appsforoffice.microsoft.com/lib/1/hosted/office.js) causing issue while registering word comment events. Unable to register the comment events for this version of office js. #4916

Open
Abhishek-consultlane opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
Area: add-ins platform Issue related to the add-ins platform Area: Word Issue related to Word add-ins

Comments

@Abhishek-consultlane
Copy link

I am working on office.js library to use it in addin for registering comment events e.g. onCommentAdded , onCommentChanged , onCommentDeleted , onCommentDeselected and onCommentSelected.
When using this version of office.js (https://appsforoffice.microsoft.com/lib/beta/hosted/Office.js), the comment events are getting registered properly. But events are not getting registered for this version of office.js - https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js or https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
I have my addin published in marketplace app store. During the process of app verification by microsoft, one of the report issue suggesting me to use these version of office js (https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js or https://appsforoffice.microsoft.com/lib/1/hosted/office.js), which causing registration issue with comment events.
The online word build I am working on is 20240919.2

Expected Behavior
Word Comment events should get registered successfully when using this version of office js (https://appsforoffice.microsoft.com/lib/beta/hosted/Office.js)

Current Behavior
Getting issue or not able to register the comment events for this version of office js (https://appsforoffice.microsoft.com/lib/beta/hosted/Office.js)

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Sep 23, 2024
@pinverso pinverso added Area: Word Issue related to Word add-ins Area: add-ins platform Issue related to the add-ins platform and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Sep 24, 2024
@qinliuMSFT qinliuMSFT self-assigned this Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: add-ins platform Issue related to the add-ins platform Area: Word Issue related to Word add-ins
Projects
None yet
Development

No branches or pull requests

3 participants