|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
Hello,
We're encountering a weird issue when downloading a file with the web browser controls in our application. Here's the steps we take to reproduce:
1. Run the application as a regular user, not elevated. 2. Download a file. In the BeforeDownload event of the WebView object, we let users do "save as". To do this, we change the BeforeDownloadEventArgs.ShowDialog value to true. The important part seems to be the following: we also set the e.FilePath value to something else by default. 3. Right after selecting the path through the dialog and pressing Ok, the WebView's Closed event fires. The EventArgs parameter has the value for the field "reason" as "WebViewCrash".
We're currently running EO 18.3.46 which should be the latest version at the moment of this posting. Running the program in elevated mode fixes the issue. Not setting the e.FilePath also fixes the issue.
Best regards.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
We have confirmed that this is an issue. We will fix this in our next release.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
Hello,
Is there any news on when the release will be out? We're getting more clients complaining about this, and for some of them, running with elevated privileges isn't a possibility.
Regards.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
We are working on our initial 2019 release. Currently we are looking at having it available mid January.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
Thanks for the update!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
Hello,
Has there been a delay regarding the first 2019 release? Our clients are looking forward to this fix.
Regards.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Yes. There has been a slight delay. We are doing some final test and the new build should be out very soon.
|
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
Thanks for the update!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
This is just to let you know that we have posted our 2019 release. You can download it from our download page. In this release event DownloadCanceled will be raised in this case. A new property ErrorCode has been added to DownloadItem and e.Item.ErrorCode will be AccessDenied.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 7/14/2014 Posts: 52
|
This works well, thank you!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Great. Thanks for confirming the fix!
|
|