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

There is no event for drag and drop of email id in to cc or bcc section in outlook office add-in #4407

Closed
ASHISDEY1998 opened this issue Apr 29, 2024 · 2 comments
Assignees
Labels
Area: Outlook Issue related to Outlook add-ins

Comments

@ASHISDEY1998
Copy link

At the time of drag and drop the event was getting triggered twice. One is for source and one is for destination. What is happening is, that the destination event is stopping the source event in the middle before letting the recipient delete from the source. Due to this it's getting duplicated and stored in our storage twice.

Your Environment

Platform: Office on the web
Host: Outlook [OWA] & New Outlook [Desktop]
Office version number: Version 2311 Build 16.0.17029.20140
Operating System: Windows
Browser: Chrome & Edge

Expected behaviour

there should be an event for drag and drop of recipients from one section to another section like from TO to CC .

Current behaviour

But currently, it's triggering onMessageRecepentChange twice one from drag and one for drop. but the drop event is overriding the drag event in the middle.

Steps to reproduce

  1. Add a repentant into the section
  2. drag that to the cc/bcc section
  3. There is no event to detect that it's a drag-and-drop event

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 Apr 29, 2024
@exextoc exextoc added Needs: attention 👋 Waiting on Microsoft to provide feedback Area: Outlook Issue related to Outlook add-ins and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels Apr 30, 2024
@exextoc exextoc self-assigned this Apr 30, 2024
@neprasad-microsoft
Copy link

"What is happening is, that the destination event is stopping the source event in the middle before letting the recipient delete from the source." Is this happening in the add-in code ? Cause when we tried it with a test add-in both the events were successfully handled.
As for the event for drag and drop which you have requested - Currently this is not a part of the product. We track Outlook add-in feature requests on our Tech Community Page. Please submit your request there and choose the appropriate label(s). Feature requests on Tech Community are considered, when we go through our planning process.

@neprasad-microsoft neprasad-microsoft added Needs: author feedback Waiting for author (creator) of Issue to provide more info and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels Apr 30, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Status: no recent activity Issue or PR is stale (no recent activity) label May 5, 2024
@ASHISDEY1998
Copy link
Author

OK sure i will request a feature request for this thanks @neprasad-microsoft for your suggestion.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Status: no recent activity Issue or PR is stale (no recent activity) Needs: author feedback Waiting for author (creator) of Issue to provide more info labels May 6, 2024
@neprasad-microsoft neprasad-microsoft removed the Needs: attention 👋 Waiting on Microsoft to provide feedback label May 6, 2024
@neprasad-microsoft neprasad-microsoft closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2024
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
Projects
None yet
Development

No branches or pull requests

3 participants