MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Certain context menu commands invoke none standard download behavior
Open
@vickiez is already working on this.
Since Jun 28, 2023.
bug
tracked
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
There are a few scenarios in which the WebView's context menu end up saving files.
Some commands work fine such as 'Save image as', but some end up invoking a none standard download behavior, where the OnDownloadStarting function is never called, and the default download UI (buggy on UWP) is always visible.
These are the commands I found problematic -
- 'Save As' on the entire page context menu
- 'Web Capture' results. Specifically 'Capture full page' and then save, or 'Capture area' and then 'Mark up capture' and then save.
SDK: 1.0.1905-prerelease
Runtime: Latest Edge Dev Channel (116.0.1938.1)
Framework: UWP
OS: Win10
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.