|
Rank: Member Groups: Member
Joined: 9/3/2015 Posts: 19
|
I am on currently the latest build. My browser is simply a form plus a docked WebControl + WebView, not tabbed, no other magics.
I made a "user-friendly" function to "remember my window's last location and page" by: 1. Set the Form's Location and Size in the Load event of the form 2. After 1, call WebView.LoadUrl(LastURL);
However, my users noticed that there is about 5% chance that this action will cause the whole Windows to hang, you can move the cursor but cannot click and type anything(even outside my application).
The solution is to lock (Windows + L) and re-signin.
The hang also happens randomly when moving the Windows(I have "Show window contents while dragging" enabled) while loading a new page.
Can this be avoid?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
We do not know the root cause of this issue yet. We are still investigating. We will post again if we find anything. Sorry about it!
|
|
Rank: Member Groups: Member
Joined: 9/3/2015 Posts: 19
|
Is it possible to solve this issue by creating a WebView through ThreadRunner.CreateWebView and setting the WebControl.WebView to that WebView object?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
No. We believe this is due to some internal messaging hook issue. We are working on a new version that hopefully can remove these hooks and once that is done we will test this issue again.
|
|
Rank: Newbie Groups: Member
Joined: 10/12/2015 Posts: 9
|
This problem has been around for quite some time. It is easily triggered with almost 100% hit rate by dragging your application while it is loading browser controls across dual monitors back and forth. Drives end-users up the wall.
+1 for a solution to his issue.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
We have an internal test build that removed some of the code that we suspect is causing the problem. Please reply if you are interested in trying it out. Please keep in mind that this is a test build of our up coming release. So it's neither final or production quality yet. The final release should be very soon though.
|
|
Rank: Newbie Groups: Member
Joined: 10/12/2015 Posts: 9
|
eo_support wrote:We have an internal test build that removed some of the code that we suspect is causing the problem. Please reply if you are interested in trying it out. Please keep in mind that this is a test build of our up coming release. So it's neither final or production quality yet. The final release should be very soon though. I am very much interested :)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hello Bob,
Please see your private message for the download location of the new build.
Thanks!
|
|