The most recent update of Chrome(Version 84.0.4147.105 (Official Build) (64-bit)) is breaking the Bryntum Scheduler component.
Please refer the the attached screenshot.
The appointments scheduled are not shown in the Chrome browser.
Also when you scroll over the component, it shows the tool tips with the appointment details.
Component - Sch.data.TimeAxis (Bryntum Scheduler)
This is an intermittent issue.
This component seems to work fine in the Firefox browser.
- Attachments
-
- BryntumScheduler.PNG (127.56 KiB) Viewed 7013 times
Hi Matt - The version of scheduler we are using is Ext Scheduler 3.0.0-beta-2
Please let me know if posted in a wrong forum, I can re-post in the correct place.
I am actually able to pin point the CSS, which is preventing the component from getting loaded in the browser.
This is actually the CSS, which is added automatically by the framework.
The framework is adding - "transform: translate3d(0px, 0px, 0px);" to every x-grid-item-container
And if I override the transform CSS to none, the component loads fine in Chrome.
Since this CSS is added by framework, I wanted to check with you, if commenting this CSS, will have any implications. And also how this CSS could be preventing the grid to load in the browser.