简体   繁体   English

重置空格键的默认行为

[英]Reset default behaviour of spacebar button

I am working on an application in which I have integrated multiple instances of inline CKEDITOR in a single page. 我正在开发一个应用程序,其中在一个页面中集成了多个内联CKEDITOR实例。

Due to some conflict with javascript/jquery plugin spacebar button is not working(i guess somewhere event.preventDefault() is used for spacebar click event) and I am unsuccessful to trace it. 由于与javascript / jquery插件存在一些冲突,空格键按钮无法正常工作(我猜某处将event.preventDefault()用于空格键click事件),但我无法对其进行跟踪。

I want to reset the behavior of spacebar button . 我想重置空格键的行为

Can you please help me with this? 你能帮我吗?

Thanks in advance. 提前致谢。

event.stopPropagation()方法,它也可能导致此行为。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM