<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all! perhaps this is a known issue, or i'm doing something wrong... That's what I'm trying to find out...<br><br>If i do somethink like this in a canvas:<br><br>&lt;tabs x="10" y="35" height="255"><br><br><span class="Apple-tab-span" style="white-space: pre; ">        </span>&lt;tabpane text="Foo"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;text multiline="true"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;b>name&lt;/b>&lt;br /><br><span class="Apple-tab-span" style="white-space: pre; ">        </span>something&lt;br /><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;b>email:&lt;/b>&nbsp;<a href="mailto:foo@gmail.com">foo@gmail.com</a>&lt;br /><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/text><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tabpane><br><br><span class="Apple-tab-span" style="white-space: pre; ">        </span>&lt;tabpane text="Bar"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;text multiline="true"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;b>name&lt;/b>&lt;br /><br><span class="Apple-tab-span" style="white-space: pre; ">        </span>something&lt;br /><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;b>email:&lt;/b>&nbsp;<a href="mailto:foo@gmail.com">foo@gmail.com</a>&lt;br /><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/text><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tabpane><br><br>&lt;/tabs><br><br>Both tabs appear, but only the second one displays the text... Only if i place other laszlo objects such &nbsp;as buttons, those do appear, but never the content in text elements.<br><br>Any clues?<br><br>Thanks!</body></html>