application.getMethodTriggerElementName() in the list view

I have an onDataChange event for a field in the list.
I am using application.getMethodTriggerElementName() in the onDataChange event method onDataChangeMethod.

I also have onRecordSelection event assigned to a method onRecordSelectionMethod

Now

  • I change the data in the list field and click on another record in the list

  • the onDataChange event for the list field is triggered but the application.getMethodTriggerElementName() is returned as empty instead of the trigger field name

  • if do not use onRecordSelection then there is no such error, but I need to use it

Servoy Developer
Version 3.5 rc4-build 509

I tried this with 3.5.2 but I get the correct result from application.getMethodTriggerElementName() when in onDataChangeMethod.
When called from onRecordSelectionMethod it will return empty, but this is ok.

Do you still see the wrong behavior - even in 3.5.2?