Running an HTML 5.0 compliant browser on a Windows CE 5.0 device, which automatically allocates memory.
Since moving from 7.4.8 straight to 2020.09.0, the app dies unexpectedly when clicking on a button or entering text. Well, expectedly, now.
The server has the Security Setting servoy.clientTrustDataAsHtml set as true, as this broke a sizing issue with the screens. The browser executes a resize on the device's views, so left this in place.
The main view is a screen selection and a help F1 button. The help button is functional in the main view screen selections.
The second view is the selected data entry screen and the same help F1 button.
Clicking the F1 button causes the browser to die.
Entering any data causes the browser to die.
Replacing the code to just change a label text :
- Code: Select all
var time = new Date().getTime();
debugCount = time.toString().substr(-4);
application.output(debugCount);
elements.genericin.requestFocus();
UI will accept text and button can be clicked but no other actions.
Adding application.updateUI() into the code has the same effect.
Are there any other HTML/WebClient changes which could result in the browser dying like the update to Angular?
This worked in 7.4.8 and was as lightweight as possible. Are there any other items not sent or removed through this broad update range?
Thanks,
--Joe.