Error with LoginForm widget

0
After upgrading our application to 5.18.0 the LoginForm widget is broken. It's still possible to use it for login purposes although it requires now a manual refresh of the page for showing the users home screen. Which means it keeps hanging on the login popup. From the Chrome console I can retrieve several warning/error messages: 1) Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. 2) 'webkitMovementX' is deprecated. Please use 'movementX' instead. 3) 'webkitMovementY' is deprecated. Please use 'movementY' instead. 4) TypeError: mendix.widget.hideTooltip is not a function at declare._validate Someone a (rough) idea of the required adjustments to the loginform.js to solve this problem?
asked
2 answers
3

Hi Jos,

Have you downloaded the updated version for the Login-Form widget from the appstore after updating to 5.18? Because the older version of the widget does not work with 5.18, the newer version does.

With kind regards, Stephan

answered
0

Hi Jos,

The first 3 messages can be discarded, these are always shown. The last one is an error, but I do not think this has anything to do with the Loginform widget. Can you point out which widget you use from the AppStore?

answered