OfficeDev / Office-Addin-TaskPane-Angular

Template to get start started writing a TaskPane Office Add-in for the Angular framework using TypeScript
Other
14 stars 19 forks source link

No option to open hyperlink in Word add-in in Office 2019 #79

Closed ShahViral6438 closed 3 years ago

ShahViral6438 commented 3 years ago

Expected behavior

Word add-in should show an option to open hyperlink in Office 2019.

Current behavior

I am having word add-in, built using Angular 12, TypeScript and Telerik Kendo controls. When I open the same add-in in Office 2019 and creates a link in the Editor, I don't see option "Open link in new Window" when I right click on the link. Same option is visible in Office 365. Hence I am suspecting this is something related to IE browser and add-in behavior in Office 2019.

I have attached images of different behavior of right click context menu in both Office 365 and Office 2019 versions.

kendo-editor-right-click-issue link-rightclick-in-O365

Any help or pointers will be much appreciated.

millerds commented 3 years ago

Different control are used to provide the content in office based on the version of office and OS you are running on. The control swill behave differently.

https://docs.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins

millerds commented 3 years ago

If there are any further comments or questions please re-open.