Error when exiting field in editmode

I have enabled the Edit on tab function for a couple of forms in my solution.
But when i leave a field i get a TypeError in onElementFocusLost of svy_nav_base.js. It is referencing _event.getFormName() and this returns a null.
Is there a setting of my form that i’m missing?

Grtx,

Jos

jdbruijn:
I have enabled the Edit on tab function for a couple of forms in my solution.
But when i leave a field i get a TypeError in onElementFocusLost of svy_nav_base.js. It is referencing _event.getFormName() and this returns a null.
Is there a setting of my form that i’m missing?

Grtx,

Jos

If this happens in tableview it is an issue we are looking into these days. You can try to use: application.getMethodTriggerFormName() (which is deprecated) as a workaround until we fix it.

Thx Laurian,
That removes the error.

Grtx Jos

jdbruijn:
I have enabled the Edit on tab function for a couple of forms in my solution.
But when i leave a field i get a TypeError in onElementFocusLost of svy_nav_base.js. It is referencing _event.getFormName() and this returns a null.
Is there a setting of my form that i’m missing?

Grtx,

Jos

This issue will be fixed in next release.