I'm having a hell of a time getting the DateField's DatePicker to show up in a Dialog. When I click on the DatePicker icon to the right of the text field, I only get the top part of the DatePicker that let's you select the month, but the calendar below it doesn't show up.
I've tried it inside dialogs, outside dialogs, with different panels and layout containers - and nothing seems to work.
I'm using GWT 2.4, GXT 2.2.5 and Java 7, and I've tried it with Firefox and Chrome.
Below is some very stripped down code. I'm probably missing something really stupid, but I can't figure it out. Any suggestions?