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

Add-in failing to load in OWA/New Outlook in Office attachment preview window #4913

Open
krzysztof-plutoflume opened this issue Sep 20, 2024 · 0 comments
Labels
Area: add-ins platform Issue related to the add-ins platform

Comments

@krzysztof-plutoflume
Copy link

Event-driven Outlook add-ins fail to load when the user composes a reply using a standalone Word/Excel/etc attachment preview window inside Outlook on the web and New Outlook for Windows.

What's particularly unfortunate is that if there's an add-in that specifies an on-send handler (ItemSend), then the failure to load the add-in prevents the user from being able to send the email.

Your Environment

  • Platform [PC desktop, Mac, iOS, Office on the web]: Windows desktop, also Office on the web
  • Host [Excel, Word, PowerPoint, etc.]: Outlook
  • Office version number: Microsoft Outlook Version 1.2024.911.200, Client Version 20240913004.12, WebView2 Version 128.0.2739.79
  • Operating System: Windows 11
  • Browser (if using Office on the web): Google Chrome

Expected behavior

Add-ins load correctly when composing a message from the attachment preview window.

Current behavior

Add-ins fail to load when composing a message from the attachment preview window.

Steps to reproduce

  1. In New Outlook or OWA, find an email in the inbox that contains a Word attachment.
  2. Click on the Word attachment to open an attachment preview overlay.
  3. In the top-right of the overlay, click "Open in new window" to pop the attachment preview out into a new window.
  4. Click "Reply" to start composing a reply.
  5. If there was an OnMessageCompose add-in handler registered, it won't execute. If there was an ItemSend add-in handler registered, sending of the email will fail.

Link to live example(s)

Provide additional details

Screenshot of the relevant window in New Outlook for Windows:
Screenshot 2024-09-20 170042

Context

The issue prevents users of our on-send add-in from sending emails when using the described workflow.

Useful logs

I didn't find any obvious error logs in the developer tools console.

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.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Sep 20, 2024
@pinverso pinverso added 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
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
Projects
None yet
Development

No branches or pull requests

2 participants