I'm porting Dojo from 0.4 to 0.9 and have ran into a strange problem. I have a date picker on my page and I've changed it from dojo.widget.DropdownDatePicker to dijit.form.DateTextBox as described on http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/widgets/datepic.... However the graphical component gets totally messed up and it appear as a text box with an 'X' on the right side. I can see that it recognize the type as when I click on the DateTextBox or on the 'X' the date picker appear at the buttom of the page in text representation (that I can indeed use to pick a date).
Dojo porting 0.4 to 0.9
DateTextBox appear as a text box with an 'X' on the side
Submitted by gus_wilhelmsson on Mon, 01/14/2008 - 08:24.
