Our pure JavaScript Scheduler component


Post by janan »

The scheduler is not working in IE11. I have tested the nighty build as recommended in the following viewtopic.php?f=51&t=16506 but it does not work.


Post by mats »

Could you please share the error message you get?


Post by kerstin »

Downloaded nightly, attached is an image of what it look like in IE11. There are no error messages.

Attachments
Basic in IE.PNG
Basic in IE.PNG (10.63 KiB) Viewed 1145 times

Post by mats »

We're investigating it, will reply here soon!


Post by sergey.maltsev »

Hi, janan!

I've created this issue to fix IE11 support.
https://github.com/bryntum/support/issues/2407


Post by sergey.maltsev »

Hi!

The issue has been fixed. Should be available in nightly builds tomorrow.
Please check and leave the result here.


Post by janan »

Hi, It works in ie but the icons not visible.
When i open the css files it is as follows :
.b-fa-angle-left:before{content:""}

When i inspect the code it is as follows in console

.b-icon-remove:before {
    content: ""}
Screenshot 2021-02-19 at 14.51.01.png
Screenshot 2021-02-19 at 14.51.01.png (6.31 KiB) Viewed 1129 times

Post by sergey.maltsev »

Hi!
Thank you for the feedback!

Unfortunately we are using modern css features which probably are not supported now by old IE11.
We need some time to revise this issue to answer you.


Post by janan »

The fonts are not working in latest chrome as well.


Post by sergey.maltsev »

Hi, janan!

Please check if you have fonts accessible within your app.
They should be in fonts subfolder at the level where *.css file exists.
Required fa-* and Roboto-* (for material theme) fonts are in build/fonts folder in nightly zip package.

Please take a look the screenshot below from IE11. All fonts are ok.

IE11.png
IE11.png (177.17 KiB) Viewed 1105 times

Post Reply