_this.activeView is undefined error for firefox

Respected Person,

Hope everything all right at your side.

I am using Ejs-Schedular for my Angular application. The strange thing is, it is working fine at Google Chrome without any error. Where at Firefox, I am getting strange error like below.

 

Due to this error, I can't see any calendar event on Schedular.

I would like to know what is the root cause of this error specially in Firefox. I have attached code related to it below 

<ejs-schedule #scheduleObj (actionBegin)="onActionBegin($event)"
(actionComplete)="actionCompleted($event)" (eventClick)="eventClick($event)"
(popupOpen)="onPopupOpen($event)" [agendaDaysCount]="agendaDaysCount" [allowDragAndDrop]="false"
[allowResizing]="allowResizing" [currentView]="currentView" [eventSettings]="eventSettings"
[firstDayOfWeek]="firstDayOfWeek" [selectedDate]="selectedDate" (created)="onCreate()"
[showWeekNumber]="showWeekNumber" cssClass='schedule-cell-dimension' height='750px' locale='de'
width='100%'>
public eventSettings: EventSettingsModel = {
dataSource: <Object[]>extend([], this.scheduleData, null, true),
fields: {
subject: { name: 'produktname' },
startTime: { name: 'datum_von', validation: { required: true } },
endTime: { name: 'datum_bis', validation: { required: true } },
},
};
let me know the error cause and feel free to contact for any information 

Reagrds,
Parth




1 Reply

HB Hareesh Balasubramanian Syncfusion Team February 9, 2021 09:48 AM UTC

Hi Parth, 

Greetings from Syncfusion Support..! 

We have validated your reported script error at our end by preparing a sample and ensured your reported problem in the Firefox browser but unfortunately, we couldn’t replicate it and the sample can be viewed from the following link. 

And for further reference, we have taken a screenshot of the properly rendered Scheduler and also the Firefox browser details. 

Scheduler
 
 
Browser details: 
 

Kindly try the above sample at your Firefox window and if the issue still persists at your end please share the below details to serve you better. 
  
  1. Replicate the issue in the above sample.
  2. Share the issue replicating sample (if possible) in order to validate further at our side.
  3. Kindly share the Firefox browser details.
 
We will happy to assist you. 
 
Regards, 
Hareesh 


Loader.
Up arrow icon