Not sure what this could be related to, but since upgrading to v2019 I’ve been getting this error occasionally:

This is when using PHP 7.3 - not yet sure if it happens with v7.2, but I’ve never come across it before in v2018
Also, a totally separate issue, I’m occasionally having problems placing the cursor in text fields, most of the time it works fine and I can type into them as normal, but occasionally when I click into a text field, the cursor doesn’t appear and it’s impossible to type. The only way to get it to work again is by closing my app and restarting the exe. When the problem occurs, it affects all text fields within the entire app, even those on totally separate pages.
Could this new setting in V2019 be anything to do with it?:
By default, internal resources cannot be downloaded anymore (for instance, Download menu on default HTML5 video player). You can allow downloads by setting the global variable exointdownload to 1 at runtime (search in documentation for example)."
Any clues?
EDIT: So regarding the text field issue, I’ve found a way to reproduce it & think it might be something to do with the way the new version of cef hadles certain javascript functions - I could be wrong, but I’ll report back after more testing…

This is when using PHP 7.3 - not yet sure if it happens with v7.2, but I’ve never come across it before in v2018
Also, a totally separate issue, I’m occasionally having problems placing the cursor in text fields, most of the time it works fine and I can type into them as normal, but occasionally when I click into a text field, the cursor doesn’t appear and it’s impossible to type. The only way to get it to work again is by closing my app and restarting the exe. When the problem occurs, it affects all text fields within the entire app, even those on totally separate pages.
Could this new setting in V2019 be anything to do with it?:
By default, internal resources cannot be downloaded anymore (for instance, Download menu on default HTML5 video player). You can allow downloads by setting the global variable exointdownload to 1 at runtime (search in documentation for example)."
Any clues?
EDIT: So regarding the text field issue, I’ve found a way to reproduce it & think it might be something to do with the way the new version of cef hadles certain javascript functions - I could be wrong, but I’ll report back after more testing…
Last edited:

