MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
451 stars 55 forks source link

Download never completes #3268

Open q71114 opened 1 year ago

q71114 commented 1 year ago

Description Downloads never complete when downloading from https://www.thinkbroadband.com/download

Version SDK: 1.0.1671-prerelease Runtime: Evergreen, 110.0.1587.57 Framework: WPF OS: Win11

Repro Steps

  1. Tested with WebView2Samples
  2. Open https://www.thinkbroadband.com/download
  3. Click on any of the files to initiate download (eg. Small File (10 MB))

Expected: File is downloaded Actual:

Screenshots image

Additional context This behaviour is reproducible in Microsoft Edge.

AB#43886237

novac42 commented 1 year ago

Thanks for reaching out. I've assigned this to a dev that can help follow up on this.

xu-ms commented 1 year ago

@q71114 Thank you for the feedback. This issue has already been fixed in version 111.0.1661.51. You can try updating the runtime and trying again. In the new version, this download is considered unsafe, so it will not be downloaded immediately. After clicking the '...' button, select 'Keep' to download the file. By reading this document mixed content downloads,you can learn about the reasons why the download is being blocked. image image

q71114 commented 1 year ago

Thanks @xu-ms for the update. I checked the changes and it looks good, however there are a few bugs:

image

image

xu-ms commented 1 year ago

@q71114 The link here looks very unusual, I am not sure if this is by design or not. I created a bug internally to investigate further, and I will update you on the progress as soon as possible.

jarno9981 commented 11 months ago

@novac42 @champnic for me same winui3

4185

Optimierungswerfer commented 2 months ago

We also see a similar issue: When canceling and then retrying a download, we can click on that download to open the file, but instead of the NewWindowRequested event being raised, the file just opens in the default Edge/WebView2 popup window described above.