Javascript 使AngularJS CKEditor指令可拖动和调整大小,但现在可以';不要格式化任何东西

Javascript 使AngularJS CKEditor指令可拖动和调整大小,但现在可以';不要格式化任何东西,javascript,angularjs,angularjs-directive,ckeditor,Javascript,Angularjs,Angularjs Directive,Ckeditor,首先是一些代码。。。HTML: <div draggable resizeable id="module_id" style="left:{{module.x}}px; top:{{module.y}}px; width:{{module.width}}px"> <button class="module_move_handle"><i class="fa fa-arrows-alt"></i></button> &l

首先是一些代码。。。HTML:

<div draggable resizeable id="module_id" style="left:{{module.x}}px; top:{{module.y}}px; width:{{module.width}}px"> 
    <button class="module_move_handle"><i class="fa fa-arrows-alt"></i></button>
    <button class="module_delete"><i class="fa fa-trash-o"></i></button>
    <div ck-editor contenteditable="true" ng-model="test1234"></div>
</div>
任何需要单击的操作都可以(如粗体、斜体等),但尝试更改字体大小不会打开下拉列表。或者更准确地说,下拉菜单有点闪烁,但我无法选择任何内容

我认为模糊/聚焦有问题,但我不知道如何解决

编辑: 这是我在控制台中遇到的错误,当我尝试更改字体大小时

Uncaught TypeError: Cannot read property 'getSelectedText' of null 

很难更好地解释,但我认为
ckeditor
draggable
样式表指令之间存在
z-index
冲突。
Uncaught TypeError: Cannot read property 'getSelectedText' of null