qx.ui.table.Table 挂起我的浏览器
我有一个奇怪的错误。我创建了一个 qx.ui.table.Table ,如果不是所有指定的列都适合窗口(出现水平滚动),我的浏览器(firefox 3.5.6 和 chrome 5.0.344)就会挂起。如果我只是将窗口宽度设置为大(例如从 600 像素到 800 像素)- 一切正常。
也许我做错了什么?或者我该如何修复/避免这种“奇怪”的行为?
I have a strange bug. I create a qx.ui.table.Table and if not all specified columns fit into window (horizontal scroll appear) my browsers (firefox 3.5.6 and chrome 5.0.344) hangs. If i just set width for window large (e.g. from 600px to 800px) - all works fine.
May be I'm doing something wrong? Or how can I fix/avoid this 'strange' behaviour?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 qooxdoo 中的一个已知错误。请参阅http://bugzilla.qooxdoo.org/show_bug.cgi?id=3279
此时,您必须将包含表格的小部件的尺寸设置为略大于表格。
This is a know bug in qooxdoo. See http://bugzilla.qooxdoo.org/show_bug.cgi?id=3279 for details. We will (hopefully!) fix this issue in qooxdoo 1.0.2.
For this moment you have to set dimensions of the widget containing the table slightly larger than table.