Hi, Thanks for that:
> <body class="Application"> > <script type="text/javascript"> > new test_project().start(); > </script><div class="flexjs" style="display: block; position: relative; > width: 29px; height: 28px;"><div style="display: block; position: absolute; > left: 0px; top: 0px; width: 29px; height: 28px;"><div style="position: > relative; width: 29px; height: 28px; display: block;"><div style="display: > block; position: absolute; left: 0px; top: 0px; width: 29px;"><span > class="Label" style="white-space: nowrap; cursor: default; pointer-events: > none; display: block;">hello</span><span class="Label" style="white-space: > nowrap; cursor: default; pointer-events: none; display: > block;">world</span></div></div></div></div> > > </body> This is what I get. It seems to be missing the height and widths and has less divs. I’m using the nightly from 4 days ago. <div class="flexjs" style="display: block; position: relative;"><div style="position: relative;"><span class="Label" style="white-space: nowrap; cursor: default; pointer-events: none;">hello</span><span class="Label" style="white-space: nowrap; cursor: default; pointer-events: none;">world</span></div></div> Thanks, Justin