关于ckeditor在bootstrap中modal中弹框无法输入的解决方法
程序员文章站
2022-05-07 09:34:53
当在bootstrap的modal中使用ckeditor时,使用ckeditor中带弹框的功能时无法输入问题。
解决方法:在jquery和bootstrap加载之后引入f...
当在bootstrap的modal中使用ckeditor时,使用ckeditor中带弹框的功能时无法输入问题。
解决方法:在jquery和bootstrap加载之后引入fix的js,js内容:
var $modalelement = this.$element; $(document).on('focusin.modal', function (e) { var $parent = $(e.target.parentnode); if ($modalelement[0] !== e.target && !$modalelement.has(e.target).length // add whatever conditions you need here: && !$parent.hasclass('cke_dialog_ui_input_select') && !$parent.hasclass('cke_dialog_ui_input_text')) { $modalelement.focus() } })
参考
以上这篇关于ckeditor在bootstrap中modal中弹框无法输入的解决方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。
推荐阅读
-
关于BootStrap modal 在IOS9中不能弹出的解决方法(IOS 9 bootstrap modal ios 9 noticework)
-
关于ckeditor在bootstrap中modal中弹框无法输入的解决方法
-
关于BootStrap modal 在IOS9中不能弹出的解决方法(IOS 9 bootstrap modal ios 9 noticework)
-
C#(HTML)_小技巧_关于textbox框中不能输入HTML标签的解决方法(如输入“
”后,在提交表单时系统会崩溃)_html/css_WEB-ITnose
-
C#(HTML)_小技巧_关于textbox框中不能输入HTML标签的解决方法(如输入“
”后,在提交表单时系统会崩溃)_html/css_WEB-ITnose
-
关于ckeditor在bootstrap中modal中弹框无法输入的解决方法
-
关于BootStrap modal 在IOS9中不能弹出的解决方法
-
关于BootStrap modal 在IOS9中不能弹出的解决方法