Our pure JavaScript Scheduler component


Post by kaank »

Hi

I am trying to display my scheulder on the Microsoft IE 11 or EDGE, but it shows the error as the screenshots. Any idea on it?

Thanks, Kaan
Attachments
IE11 Problem
IE11 Problem
ie11.png (10.49 KiB) Viewed 2757 times
EDGE Problem
EDGE Problem
edge.png (39.92 KiB) Viewed 2757 times

Post by pmiklashevich »

That's known issue viewtopic.php?f=44&t=10171#p55595
Will be fixed in next release.

Pavlo Miklashevych
Sr. Frontend Developer


Post by kaank »

Thank you for quick answer,
when the next release?

Post by pmiklashevich »

We plan to release at the end of the week. There is no exact date yet.

Pavlo Miklashevych
Sr. Frontend Developer


Post by kaank »

OK Pavel,

Thanks

Post by kaank »

Hi Pavel,

Is the edge or explorer problem is resolved ? I'm waiting for buy.

Thank you

Post by Maxim Gorkovsky »

Hello.
In the latest release angular demo works in Edge, but still doesn't work in IE11. We have this in our roadmap, but it was a bit postponed. I moved that task up the queue: https://app.assembla.com/spaces/bryntum/tickets/7354
And in the trial build angular demo doesn't work in Edge and IE11, which we also intend to fix: https://app.assembla.com/spaces/bryntum/tickets/7370

Post by Maxim Gorkovsky »

We found a solution that should unblock your work. Please find attached bundle, use it unstead of scheduler.module.js.
1. Put it to examples/angular/src/assets/scheduler.module.transpiled.js
2. modify examples/angular/src/tsconfig.app.json
"paths": {
  "bryntum-scheduler" : ["assets/scheduler.module.transpiled.js"]
}
3. Navigate to src/polyfills.ts and uncomment polyfills requried for IE (if you haven't done it before) and add new one:
import 'core-js/stage/4';
Attachments
scheduler.module.transpiled.js
(1.83 MiB) Downloaded 114 times

Post by proteams-kaan »

Hi Maxim, does this transpiled version has the same contents as the purchased v1.2.0?

We also have this problem as the module.js file in the bundle is not es5 compliant.

Post by Maxim Gorkovsky »

Hello.
Please try one of the latest nightlies. Required bundle should be there already.

Post Reply