Flex滚动模块应用
我正在开发一个模块化应用程序。问题是,即使在 Windows 上的 FF 和 Chrome 上的非模块化应用程序中,滚动也无法与 datagrid 和 AdvancedDataGrid 一起使用,但在 IE 上却可以正常工作。在 Mac 上,它可以与 FF 4.0 和 chrome 配合使用。有什么想法如何让它在 Windows 上的 FF 和 chrome 上工作吗?
I am working on a modular application. The problem is that scrolling doesn't work with datagrid and AdvancedDataGrid even in a non-modular application on FF and Chrome on Windows, works fine on IE. On mac, it works fine with FF 4.0 and chrome. Any ideas how to get it working on FF and chrome on windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个更大的问题,滚动通常无法在 FF 和 Chrome(以及可能其他基于 webkit 的浏览器)中工作。请在此处查看我的答案:
Chrome 和 Firefox 中的鼠标滚轮
This is a larger problem with scrolling in general not working in FF and Chrome (and likely other webkit based browsers. See my answer here:
MouseWheel in Chrome and Firefox