【问题标题】:Handsontable fixed header with scrollbar rendering issue on IEHandsontable 固定标题与 IE 上的滚动条渲染问题
【发布时间】:2015-01-27 21:14:52
【问题描述】:

我使用的是 IE9 和 IE11,jquery 1.11.1,handsontable 0.12.0

向下滚动滚动条时,“固定”标题似乎没有被“固定”在 IE 中稍微晃动

但在Chrome中是正常的,

我必须添加一些配置来避免这种情况吗?

谢谢!

here is demo from the official site

 var hot = new Handsontable(container,
  {
    data: data,
    minSpareRows: 1,
    fixedRowsTop: 0,
    colHeaders: true,
    contextMenu: true
  });

【问题讨论】:

    标签: javascript jquery html css handsontable


    【解决方案1】:

    实际上,这似乎是一个长期存在的错误。我也遇到了这个问题,在寻找解决方案时,找到了这个链接: https://github.com/handsontable/handsontable/issues/1761.

    甚至还有一个 gif 显示了这个问题的样子,不幸的是这个 bug 仍然没有关闭。 作者说“何时提供任何解决方案,#1761 会更新。” 因此,我们目前似乎无能为力,请稍等,希望它会尽快修复。

    附:同时,我在使用最新版本(当前)- 0.20.3 时遇到了这个错误,所以它已经存在很长时间了。

    【讨论】:

      猜你喜欢
      • 2019-07-07
      • 2012-07-29
      • 1970-01-01
      • 2011-11-24
      • 2014-04-05
      • 2021-01-26
      • 2014-09-15
      • 1970-01-01
      相关资源
      最近更新 更多