Open osasseville opened 4 years ago
Any update on this?
@AbidRahman-MSFT any update on this?
Hey @jamding - are you still facing the same issue? does the issue only occur if right-clicking inside a list? how about a table?
Hey folks,
I'm also running into this issue. Thought I had a broken manifest for a while and was driving myself mad trying to fix the issue when I found that the context menu worked fine when right clicking on things outside of tables or lists.
Any update on this issue? Or alternatively, does anyone have a work around? Thanks!
I've also found that it does not appear if the selected text (or the cursor is simply within) a heading or a spelling error, and confirm it is not working on selections within a list.
Any update on this issue? We use it for an add-in related to contracts and a common theme is using the list function to create the clauses (e.g. clause 1, clause 1.1, clause 1.2 etc.) essentially negating the use of the contextmenu entirely.
Nearly a year later ... any updates on this? Definitely still an issue for me.
When adding an OfficeMenu with an id set to "ContextMenuText", the context menu is only visible to the paragraphs that are not an element of a list (numbered or bullet) in word desktop. It's important to note that is not the case of Word on the web.
Expected Behavior
It should either work on be mention in the documentation.
Current Behavior
Context menu displays in any paragraph that is not element of a list. It's important to note that is not an issue for the web version of Word.
Steps to Reproduce, or Live Example
Context
Because of this issue and this other issue, we decided to not rely on office-js for implementing our context menu. We created a second plugin using AddinExpress that send the context menu events to the web application threw SignalR. That significantly increases the complexity the update deployment and authentication because there's two application now. We hope that Microsoft can fix this quickly so we can get back on only using the office-js.
Your Environment
Useful logs
Here's an example of the manifest being used. manifest.xml gist