|
Rank: Advanced Member Groups: Member
Joined: 11/3/2015 Posts: 65
|
Hi, I skiped EO.2022 and after I installed 2023 we have the issue, that LoadCompleted is not firing every time. In 99% it will, but sometimes it will not ...
I thought it might fire LoadFailed in this cases, but it dosn't.
Do you have a solution for me?
Best regards
Marius Kramer
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, We are not aware of such problems. Can you try to isolate the problem into a test project and send the test project to us? See here for more details: https://www.essentialobjects.com/forum/test_project.aspxOnce we have the test project we will look into it immediately. Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 11/3/2015 Posts: 65
|
Hi,
that's the problem. It's not possible to reproduce it...
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
We have to see the problem first. You don't have to make it happen every time. For example, if you load 100 requests and never get 100 LoadCompleted/LoadFailed, then they problem is reproduced. If your test app can consistently show one out of 100 has gone missing even when the other 99 has succeeded, then we would chase the single missing one. But if it only happens in your environment sometimes, then there is virtually nothing we can do.
|
|
Rank: Advanced Member Groups: Member
Joined: 11/3/2015 Posts: 65
|
Hello, we managed to get in the debugger in one of the 1% not working cases.
The ScriptTask of the QueryScriptTask has a Result = null with IsDone = false It seems that the WebView fails running JavaScript, but the same expression works in the chrome debugging console of that WebView. We tried other expressions like "'Hello'" or "5" or "window.location.href" but nothing works.
best regards
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We still need a reproducing project and step by step instructions from you.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/9/2014 Posts: 79
|
Hi have some similar issue with new versions. I think the problem is when user "click" some links. If I fire "Navigate", the LoadCompleted fires succesfully, but if the user click a link, not LoadCompleted not always fire correctly. Some years ago (2017/2018 maybe), this happen, and I develop my own LoadCompleted. Next, in 2020 version if i remember, this is fixed, and I deactivate my LoadCompleted. With new 2023 version I activated again.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
creality wrote:Hi have some similar issue with new versions. I think the problem is when user "click" some links. If I fire "Navigate", the LoadCompleted fires succesfully, but if the user click a link, not LoadCompleted not always fire correctly. Some years ago (2017/2018 maybe), this happen, and I develop my own LoadCompleted. Next, in 2020 version if i remember, this is fixed, and I deactivate my LoadCompleted. With new 2023 version I activated again. Hi, We are still not able to reproduce it. Can you isolate the problem into a test app and send the test app to us along with step by step instructions to reproduce? Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/9/2014 Posts: 79
|
I'll try it.
|
|
Rank: Advanced Member Groups: Member
Joined: 11/3/2015 Posts: 65
|
nice, was it possible for you to reproduce it?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
We do not see this problem in our environment. That's why we are asking you to send a test project that can demonstrate the problem since this is the problem you are reporting.
|
|
Rank: Advanced Member Groups: Member
Joined: 11/3/2015 Posts: 65
|
Yes, I know, that's why I asked "creality" ;)
|
|