Hi Isomorphic,
SmartClient Version: v10.0p_2015-06-20/LGPL Development Only (built 2015-06-20)
Browsers
FireFox - 26.0
Chrome - Version 43.0.2357.124 (64-bit)
When i want to create an event and start dragging in today column, the selected area is not highlighted like in any other column.
For the test case, i just add a line in SimpleCalendarSample from showcase, in the method getViewPanel()
This issue is already in the thread http://forums.smartclient.com/showthread.php?t=33049, but i see that you prefer to have one issue per thread, so i created this one.
Thanks
SmartClient Version: v10.0p_2015-06-20/LGPL Development Only (built 2015-06-20)
Browsers
FireFox - 26.0
Chrome - Version 43.0.2357.124 (64-bit)
When i want to create an event and start dragging in today column, the selected area is not highlighted like in any other column.
For the test case, i just add a line in SimpleCalendarSample from showcase, in the method getViewPanel()
Code:
public Canvas getViewPanel() {
Calendar calendar = new Calendar();
calendar.setData(CalendarData.getRecords());
calendar.setTodayBackgroundColor("yellow");
return calendar;
}This issue is already in the thread http://forums.smartclient.com/showthread.php?t=33049, but i see that you prefer to have one issue per thread, so i created this one.
Thanks