Odd GUI behaviors when using multi-line textblocks / WordWrap & onLinesReadyObservable
- Recursive error, (but height works) when
Parent.adaptHeightToChildren & setting TextBlock.height within onLinesReadyObservable
Babylon.js Playground
- Height doesn’t update without manual parent._rebuildLayout ( & _rebuildLayout also causes a recursive error, unless you unregister observable after first run(https://playground.babylonjs.com/indexStable.html#QH3Q6X#2) )
Using default TextBlock.height (/ 100%) & setting parent.height within onLinesReadyObservable
https://playground.babylonjs.com/#QH3Q6X#1
I’m assuming no.2 is a bug, but i don’t know about no.1