将鼠标悬停在 RichEditableTextField 上会导致滚动停止
我注意到,如果 VScrollBar
组件包含 RichEditableTextField
,那么当我滚动该组件时,鼠标落在文本字段上,则该组件将停止滚动,因为鼠标光标已更改并且鼠标焦点位于文本字段上。 (尽管我没有通过单击该字段来将焦点集中在该字段上)。
这感觉很麻烦,我想知道是否有办法解决它?
编辑:我应该补充一点,只有在 Mac OSX 上使用触摸板时才会发生这种情况。
I have noticed that if a VScrollBar
component contains RichEditableTextField
s then when I am scrolling the component, and the mouse falls over a text field, then the component stops scrolling because the mouse cursor has changed and the mouse focus is on the text field. (even though I haven't given focus to the field by clicking on it).
This feels pretty buggy and I'm wondering if there is a way around it?
Edit: I should add that this only happens on Mac OSX when using the touchpad.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该问题现已在 4.6 SDK 中得到修复。解决方法是更新您的 SDK 版本。
This has now been fixed in the 4.6 SDK. The workaround is to update your SDK version.