【问题标题】:ExtJs modern 6.0.2: Painted event not triggered in some cases on Chrome 90ExtJs 现代 6.0.2:在 Chrome 90 上的某些情况下未触发绘制事件
【发布时间】:2021-07-10 14:21:42
【问题描述】:

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

Checkout this fiddle

【问题讨论】:

    标签: google-chrome extjs extjs6-modern


    【解决方案1】:

    将此添加到我的 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 的持续时间是运行良好的最短时间。

    【讨论】:

    • 感谢@yannisalexiou,这对我在 Sencha touch 2.3 中也有用。
    • 它对我不起作用,但还是谢谢。
    猜你喜欢
    • 2013-02-21
    • 1970-01-01
    • 2020-11-02
    • 1970-01-01
    • 1970-01-01
    • 2023-01-30
    • 1970-01-01
    • 2021-06-05
    • 1970-01-01
    相关资源
    最近更新 更多