Yesterday I was layouting an app and I got disappearing random widgets. I didn't have this problem < 2.7.0 where you had to fight with depth VS Z.
My guess is that is has to be when you use empty widgets (for layouting, creating container, etc...) inside a clipped panel. It seems that it messes depth.
I thought that a UIPanel would ignore a UIWidget depth because it doesn't draw anything but it doesn't seem like that.