I have a tabcontainer with the title attribute but the title won't show up
in bidi mode on IE7 & IE8. It works on FF. This is what I have in my jsp:
<div dojoType="dijit.layout.TabContainer" id="mainTabContainer"
doLayout="false" tabStrip="true"
controllerWidget="dijit.layout.TabController" tabPosition="top">
<!--=== Health content pane ===-->
<div dojoType="dijit.layout.ContentPane" id="HealthContentPane"
style="padding:10px;height:100%;"
title="Health" >
I also use javascript to set it but it's still blank. There is no text
shown in the dom node.
dijit.byId("HealthContentPane").attr("title", this.NLS.T_Health);
Does anyone know if this is a bug?
Thanks,
Joanne
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/TabContainer-1-4-3-title-not-show-up-in-bidi-mode-tp1822917p1822917.html
Sent from the Dojo Toolkit mailing list archive at Nabble.com.
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://docs.dojocampus.org
Dojo-i...@mail.dojotoolkit.org
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest
http://dojo-toolkit.33424.n3.nabble.com/file/n1823108/tab.bmp
Thanks,
Joanne
--
View this message in context: http://dojo-toolkit.33424.n3.nabble.com/TabContainer-1-4-3-title-not-show-up-in-bidi-mode-tp1822917p1823108.html