-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 4.4.6.2
-
None
reproduce with:
<zk>
<ckeditor>
<datebox/> //any other comp with popup such as chosenbox, etc.
</zk>
workaround:
zk.afterMount(function(){ CKEDITOR.on( 'instanceReady', function( evt ) { var editor = evt.editor, body = CKEDITOR.document.getBody(); editor.on( 'focus', function() { for (var dtid in zk.Desktop.all) zWatch.fire('onFloatUp', zk.Desktop.all[dtid]); } ); } ); });
- relates to
-
ZKCK-45 Ckez uses jQuery 1.7 functions, not compatible with ZK 5/6
-
- Resolved
-