Skip to content

No handler is triggered when an inline image is deleted from the mail body #5625

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

Open
Jyoti-frontend-dev opened this issue Apr 17, 2025 · 2 comments
Assignees
Labels
Area: Outlook Issue related to Outlook add-ins Needs: attention 👋 Waiting on Microsoft to provide feedback Possible-Solution Similar-Issue Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown

Comments

@Jyoti-frontend-dev
Copy link

Jyoti-frontend-dev commented Apr 17, 2025

We are developing a web add-in for Outlook platforms using the Office.js framework. When we add an inline image to the mail body, the attachment change handler is triggered, and we are able to retrieve the metadata for those images. However, when an inline image is deleted from the mail body, no handler is triggered.

Your Environment

Platform : Office on the web
Host : Outlook [OWA]
Operating System : Windows
Browser : Chrome & Edge

Expected behavior

when an inline image is deleted from the mail body, handler should be triggered.

Current behavior

However, when an inline image is deleted from the mail body, no handler is triggered.

Provide additional details

  1. compose a new mail
  2. add inline image in mail body using picture option. refer below image
Image

3.AttachmentChange Handler triggered and able to get metadata for attached inline images .

4- then we try to remove inline image by selecting image in mailbody and right click to remove or through delete keyboard button, no handler is triggered. Please refer below image:

Image

5-Observe the result.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label Apr 17, 2025
@exextoc exextoc added Area: Outlook Issue related to Outlook add-ins Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Apr 17, 2025
@exextoc exextoc self-assigned this Apr 17, 2025
Copy link

Here are some similar issues that might help you. Please check if they can solve your problem.


Possible solution (Extracted from existing issue, might be incorrect; please verify carefully)

Thanks for reporting this issue regarding AttachmentChanged event is not triggered. It has been put on our backlog. We unfortunately have no timelines to share at this point.

Reference:

Powered by issue-sentinel

@shighosh-msft
Copy link

Thanks for reporting this issue regarding inline images. It has been put on our backlog. We unfortunately have no timelines to share at this point.

Internal tracking id: 318528

@shighosh-msft shighosh-msft added the Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown label Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Outlook Issue related to Outlook add-ins Needs: attention 👋 Waiting on Microsoft to provide feedback Possible-Solution Similar-Issue Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown
Projects
None yet
Development

No branches or pull requests

3 participants