[FIXED] [1.8] Calendar Remote Data Example not working in version 1.7

  1. #1

    [FIXED] [1.8] Calendar Remote Data Example not working in version 1.7

    Hi,

    Your Calendar Remote Data example: https://examples1.ext.net/#/Calendar...w/Remote_Data/ is not working properly in version 1.7.
    You can see the various problems in the attached screenshots (I am using Firefox version 22.0).

    Screenshot 1: no data loaded into the calendar.
    Click image for larger version. 

Name:	cal-nodata-load.jpg 
Views:	27 
Size:	72.5 KB 
ID:	6618

    Screenshot 2: on first visit, both the week and day views are not rendered properly. (FYI, both views are fixed after resizing the browser window.)
    Click image for larger version. 

Name:	call-day.jpg 
Views:	19 
Size:	70.7 KB 
ID:	6619Click image for larger version. 

Name:	cal-week.jpg 
Views:	18 
Size:	71.0 KB 
ID:	6620

    Screenshot 3: None of the controls circled in red in the following screenshot work properly (i.e. the selected date is not changed).
    Click image for larger version. 

Name:	cal-js-errors.jpg 
Views:	23 
Size:	84.3 KB 
ID:	6622

    Screenshot 4: The javascript error as reported by the Firefox Web Console, which I believe stops proper execution of the javascript code.
    Click image for larger version. 

Name:	cal-js-error-report.jpg 
Views:	17 
Size:	80.3 KB 
ID:	6621

    Can you please investigate?

    Thank you very much in advance.
    Last edited by Daniil; Jul 25, 2013 at 7:30 AM. Reason: [FIXED] [1.8]
  2. #2
    Hello!

    Thank you!

    We are investigating!
  3. #3
    Thank you for the report.

    Fixed in SVN, branches/1.

    Fix
    <ext:ResourcePlaceHolder runat="server" Mode="ScriptFiles" />    
        
    <script type="text/javascript">
        Date.parseFunctions.MS = Date.parseFunctions.M$;
        Date.formatFunctions.MS = Date.formatFunctions.M$;
    </script>

Similar Threads

  1. Replies: 3
    Last Post: Apr 30, 2013, 7:01 PM
  2. Replies: 3
    Last Post: Feb 15, 2013, 12:16 AM
  3. Replies: 7
    Last Post: Apr 24, 2012, 4:13 PM
  4. [CLOSED] Calendar - return more event values from remote data
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 08, 2012, 4:39 AM
  5. [CLOSED] [1.0] Gridview local data paging with remote data
    By BerndDA in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 15, 2010, 10:29 AM

Tags for this Thread

Posting Permissions