Hi,
SNAPSHOT_v8.3d_2012-08-08/Pro Deployment (built 2012-08-08)
The first time the calendar chooser is opened, the weekdays are shown.
After that, I usually see the weekday rows to disappear, sometimes completely, sometimes a bit of the text is still shown.
In that situation, I click the "next month button", and the weekdays appear again, as in screenshot.
Untouched skin settings, happens in dev & compiled mode
FF4 & Chrome
TIA,
SNAPSHOT_v8.3d_2012-08-08/Pro Deployment (built 2012-08-08)
The first time the calendar chooser is opened, the weekdays are shown.
After that, I usually see the weekday rows to disappear, sometimes completely, sometimes a bit of the text is still shown.
In that situation, I click the "next month button", and the weekdays appear again, as in screenshot.
Untouched skin settings, happens in dev & compiled mode
FF4 & Chrome
Code:
DynamicForm form1 = new DynamicForm(); DateItem dateItem1 = new DateItem("dateitem1"); dateItem1.setUseTextField(true); form1.setFields(dateItem1);
TIA,
Comment