Here is sample code:
<div id="testnode">
<div dojoType="Tree" widgetId="testTree">
<div dojoType="TreeNode" title='Scenary 1' isFolder="true">
<div dojoType="TreeNode" title='<select name=t1><option
value=1>one</option><option value=2
selected="selected">two</option></select>'></div>
<div dojoType="TreeNode" title='<select name=t2><option
value=1>one</option><option value=2
selected=selected>two</option></select>'></div>
<div dojoType="TreeNode" title='<select name=t3><option
value=1>one</option><option value=2 selected>two</option></select>'></div>
</div>
</div>
</div>
When it's loaded under Opera or Firefox - all the "two" elements are
selected. But it's not true in IE. Do you have any ideas?