Greetings All,
After updating OutsystemsUI to version 2.13.0 (latest) started getting "Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node." error.
This is caused by a screen-if that hiddes a FloatingActions:
This code aways worked and maybe the problem is related to "ROU-3942 / RPM-3264 - Fixed an issue on the FloatingActions, that was causing the pattern not to appear, after screen navigation." mentioned in release notes.
Problem fixed after updating to OutsystemsUI version 2.14.0
If the FloatingAction are visible or Visibility hidden the error doesn't appear?
It starts visible (IsShowSearchTools = False) and is shown in the screen with no error. When change IsShowSearchTools to True the error appears.