Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Calendar rendering problem: event box is two day (column) wide

    SmartClient Version: v8.3p_2013-01-20/PowerEdition Deployment (built 2013-01-20)

    To recreate:
    - Go to http://www.smartclient.com/#databoundCalendar
    - Use defined events below:

    Code:
    var eventData = [
    	    {
    	      "eventId": "1",
    	      "name": "A",
    	      "description": "aa",
    	      "startDate": new Date(2013, 0, 22, 7, 0, 0),
    	      "endDate": new Date(2013, 0, 22, 12, 0, 0)
    	    }, 
    	    {
    	      "eventId": "2",
    	      "name": "B",
    	      "description": "bb",
    	      "startDate": new Date(2013, 0, 22, 11, 30, 0),
    	      "endDate": new Date(2013, 0, 22, 12, 0, 0)
    	    }, 
    	    {
    	      "eventId": "3",
    	      "name": "C",
    	      "description": "cc",
    	      "startDate": new Date(2013, 0, 23, 7, 0, 0),
    	      "endDate": new Date(2013, 0, 23, 12, 0, 0)
    	    }, 
    	    {
    	      "eventId": "4",
    	      "name": "D",
    	      "description": "dd",
    	      "startDate": new Date(2013, 0, 23, 8, 0, 0),
    	      "endDate": new Date(2013, 0, 23, 8, 30, 0)
    	    }
    ];

    The event box for "B" is for 1/22 but ends in column 1/23 (2013). (see attached screen shot)
    Attached Files

    #2
    This has been fixed in 3.1p and 4.0d - pleas retest with a nightly of January 23 or later

    Comment


      #3
      It is working as expected - thank you guys for the quick fix!

      Comment

      Working...
      X