-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Bug description
When we open the Internal Web Browser of Gemoc on Windows OS, and we try to download something on a webpage, the download fails (the file is downloaded as a ".tmp" extension, and no pop-up window is shown)
Expected behavior
A pop-up window showing the download progress should appear, and the file should be correctly downloaded
How to reproduce
Steps to reproduce the behavior:
- Add -Dorg.eclipse.swt.browser.DefaultType="edge" , in GemocStudio.ini, to use WebView2 renderer instead of InternetExplorer
- Launch Gemoc and open the Internal Web Browser
- Go to the website "https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_a_download" on the Internal Web Browser
- Click on the image
- Go to the "Download" folder and check for the ".tmp" file
Additional context
The bug is not present on the last version of Eclipse, with the version 3.131 of SWT (on the contrary the bug is present with version 3.124 of SWT on Gemoc). Therefore, the last version of SWT solves the problem