Back Forum Reply New

Layout quot;bugquot; in form when using NachoCalendarDateFieldBinder

Hi,

I have problems with the layout when using the NachoCalendarDateFieldBinder.
The rows don't have the correct height:Any ideas?

I hadn't noticed it yet, but I can confirm this issue.
I 'll open a jira for it.

The solutaiton will probably be in adjusting this code:

Code:       if (dateFormat != null) {dateField = new DateField(new DateFormatter(new SimpleDateFormat(dateFormat)));dateField.setRenderer(new DefaultDayRenderer());dateField.setHeaderRenderer(new DefaultHeaderRenderer());       } else {dateField = CalendarFactory.createDateField();       }
To be honest: It's not a priority for my work app and I have some more important issues to fix then this one in my spare time, but if anyone supplies a patch I 'll apply it fast.

proj...browse/RCP-399
¥
Back Forum Reply New