Hi guys!
Found the bug.
in webgl mode Text shows in top of all layers.
In HTML mode shows normal.
Win7Pro Construct r76 32bit
Video: Intel(R) G41 Express (Microsoft - WDDM 1.1)
Develop games in your browser. Powerful, performant & highly capable.
This is not a bug. See THESE release notes from Ashley in which he talks about WebGL.
Not a bug, but rather more of a WebGL limitation - you can read about it in this post.
What it all boils down to is that WebGL doesn't support rendering text, so to get around this, the rendering engine draws all text to an HTML5 canvas above the WebGL window. An unfortunate limit of the technology right now.
Well it's not a limitation of the technology exactly. AFAIK WebGL can render texts it's just not built-in since WebGL is just an implementation of low level graphics api OpenGL ES 2.0 for web. It's just the way Ash implemented texts that it's not compatible with WebGL.
Closing as not a bug.