Hi,
Just to add this also happens with dp.update.
After the second dp.update(), the groups dissapear.
How to replicate:
On console
dp.groupConcurrentEvents = true;
dp.update();
Manually Open one group
dp.update();
The remaining groups disappear.
Thanks.