Deferred long-running timer 解决方案
5/13/2017 11:40:46 PM
Deferred long-running timer task(s) to improve scrolling smoothness. See crbug.com/574343
stackoverflow 解析,但看了好一会还是没有看懂怎么解决
http://stackoverflow.com/questions/37367200/deferred-long-running-timer-tasks-to-improve-scrolling-smoothness
实际解决方法,由于引用了一些JS插件
如 日历选择控件等之类的,采用了new window.DatePicker({。。。之类的加载方式,这会导致一些事件无法正常加载,临时解决方法,换个控件或自己写个。