chrome 中的剑道 ui 网格 lrt css 中的错误 [英] Bug in kendo ui grid lrt css in chrome

查看:13
本文介绍了chrome 中的剑道 ui 网格 lrt css 中的错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 chrome 中,kendo ui grid rtl css 有一个错误.如果您注意到 Telerik 站点中的示例,您可以看到此错误:

这在所有浏览器中都可以.但在 rtl 方向:

http://jsbin.com/otolop/6/edit

chrome 有错误,firefox 和 IE 没有错误.

我该如何解决这个错误.非常感谢.

解决方案

这对我有用:

.k-grid-content {溢出-y:自动;}.k-grid-header-wrap {宽度:102%;}.k-grid-footer-wrap {宽度:102%;}

There is a bug in kendo ui grid rtl css in chrome. If you notice example in Telerik site, you can see this bug: http://demos.telerik.com/kendo-ui/web/grid/rtl.html

When you go to page 6, the header and body, isn't align.

This error is in chrome (for me: V35) and in the firefox (V28) and IE(V11) does not this error.

You can same error in horizontal scrolling. For example in ltr direction:

http://jsbin.com/otolop/2/edit

this is OK in all browser. But in rtl direction:

http://jsbin.com/otolop/6/edit

It has error in chrome and has no error in firefox and IE.

How can I fix this error. Thanks alot.

解决方案

This worked for me:

.k-grid-content {
    overflow-y: auto;
}

.k-grid-header-wrap {
    width: 102%;
}

.k-grid-footer-wrap {
    width: 102%;
}

这篇关于chrome 中的剑道 ui 网格 lrt css 中的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆