OfficeDev/office-js

The onMessageRecipientsChangedHandler event does not get executed completely in Mac

Closed this issue · 4 comments

  1. We are developing office web Addin for outlook using event based (Smart Alert) .The Addin is generated using office yo generator Task Pane add-in using the React framework.
  2. We are getting the recipient data [ to/cc/bcc ] using Office.context.mailbox.item and we are rendering the same recipients onto the taskpane.
  3. We have added the onMessageRecipientsChangedHandler event in the react component so when ever user adds any recipient the event gets triggered and the recipient gets painted onto the taskpane.
  4. Issue that we are facing here is the event gets triggered but never completes its execution due to which the recipient rendering onto the taskpane is not happening.
  5. We are facing this issue only in Mac Thick Client and everything works fine in safari browser.

Your Environment

  • Platform : MAC
  • Host : Outlook on MAC
  • Office version number : Version 16.84.1 (24042118)
  • Operating System : MacOs

Expected behavior

  • Event should get executed completely.

Current behavior

  • event stops executing mid way and never completes.

Link to live example(s)

mac

The issue is quite related to below bug

#4303

Hey @RaveendraReshma

It's not.a repro form our end.
Can you please share a sample add-in which we can use to repro the same?

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!

This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.