You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user downloads a potentially harmful file from a new window (a download link with target=_blank), normally a warning message is displayed, like below:
However from version 133.0.3056.0 onwards this warning message is no longer shown and the file is directly downloaded without the download dialog shown.
Note: This seems to be a regression for all file downloads that open in a new window (target=_blank). The download dialog no longer appears and the file just downloads.
Importance
Important. My app's user experience is significantly compromised.
This page shows two links. One of them downloads an msixbundle file in the current window, the other one downloads the same file in a new window (using target=_blank).
Click the first link and observe that harmful file warning message is displayed as expected.
Click the second link and notice that there is no warning message shown and the file is downloaded.
Expected
The harmful file warning message is displayed in both cases.
When downloading a normal file the download dialog should appear.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Regression in newer Runtime
Last working version (if regression)
133.0.3056.0
The text was updated successfully, but these errors were encountered:
deanmalone
changed the title
[Problem/Bug]: Regression in file download of potentially harmful file from a new window
[Problem/Bug]: Regression in file download from a new window
Jan 30, 2025
What happened?
When a user downloads a potentially harmful file from a new window (a download link with
target=_blank
), normally a warning message is displayed, like below:However from version 133.0.3056.0 onwards this warning message is no longer shown and the file is directly downloaded without the download dialog shown.
Note: This seems to be a regression for all file downloads that open in a new window (
target=_blank
). The download dialog no longer appears and the file just downloads.Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Prerelease (Edge Canary/Dev/Beta)
Runtime Version
134.0.3101.0
SDK Version
1.0.2792.45
Framework
WPF
Operating System
Windows 11, Windows 10
OS Version
No response
Repro steps
WEBVIEW2_RELEASE_CHANNELS
to a value of 3 so that Canary runtime is selected.target=_blank
).Expected
The harmful file warning message is displayed in both cases.
When downloading a normal file the download dialog should appear.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Regression in newer Runtime
Last working version (if regression)
133.0.3056.0
The text was updated successfully, but these errors were encountered: