google-chrome - ExtJs 现代 6.0.2 : Painted event not triggered in some cases on Chrome 90

标签 google-chrome extjs extjs6-modern

在 sencha Extjs 6.0.2 Modern 中,绘制事件不会在 Chrome 90 的 Ext.dataview.List 组件上触发。 在桌面上测试。

Checkout this fiddle

最佳答案

将它添加到我的 app.scss 解决了我的问题

.x-paint-monitor.cssanimation {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.0010ms;
    animation-duration: 0.0010ms;
}

0.0010ms 的持续时间是运行良好的最小值。

关于google-chrome - ExtJs 现代 6.0.2 : Painted event not triggered in some cases on Chrome 90,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67110293/

相关文章:

vba - 如何使用 Excel 在打开的 Chrome 选项卡中打开新 URL,而无需打开新选项卡

extjs - afterrender 在 tbpanel Extjs 现代中不起作用

自 M71 以来不再允许未经用户激活的 JavaScript speechSynthesis.speak()

html - 所有浏览器中边缘都有空格,HTML?

javascript - Chrome 扩展 : Creating a new tab after clicking on the notification

c# - Ajax 请求后 .NET 后端的奇怪响应

javascript - 没有为 ExtJs 表单值设置默认值

extjs - 应用程序启动时不应加载带有 autoload true 的存储

javascript - 多个文件上传 Extjs 6 现代工具包