Opened 7 years ago
Closed 7 years ago
#13974 closed Bug (invalid)
Cannot read property 'frameElement' of undefined when using Webix & resizing
Reported by: | Rasper | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I would like to know how I can address this issue. It will most likely have something to do with the way the editor is loaded inside the webix environment. Perhaps the way it is loaded is wrong, or there is a parent component missing?
Steps to reproduce
- Load CKEditor in Webix
- Page is loaded
- Resize window
Expected result
Actual result
JavaScript error: Cannot read property 'frameElement' of undefined
Callstack:
ckeditor.js:329 Uncaught TypeError: Cannot read property 'frameElement' of undefined CKEDITOR.editor.resize @ ckeditor.js:329 webix.protoUI._set_inner_size @ ckeditor.js:46 webix.protoUI.$setSize @ ckeditor.js:51 webix.protoUI._set_child_size @ webix_debug.js:5169 webix.protoUI._set_child_size @ webix_debug.js:5290 webix.protoUI.$setSize @ webix_debug.js:5275 webix.protoUI._set_child_size @ webix_debug.js:5169 webix.protoUI._set_child_size @ webix_debug.js:5290 webix.protoUI.$setSize @ webix_debug.js:5275 webix.protoUI.$setSize @ webix_debug.js:27352 webix.protoUI.$setSize @ webix_debug.js:6048 webix.protoUI._set_child_size @ webix_debug.js:5169 webix.protoUI._set_child_size @ webix_debug.js:5290 webix.protoUI.$setSize @ webix_debug.js:5275 webix.protoUI._set_child_size @ webix_debug.js:5169 webix.protoUI._set_child_size @ webix_debug.js:5290 webix.protoUI.$setSize @ webix_debug.js:5275 webix.protoUI.resizeChildren @ webix_debug.js:4864 webix.protoUI.resizeChildren @ webix_debug.js:5311 webix.protoUI.resizeChildren @ webix_debug.js:4842 webix.protoUI.resizeChildren @ webix_debug.js:5311 webix.protoUI.resizeChildren @ webix_debug.js:4842 webix.protoUI.resizeChildren @ webix_debug.js:5311 webix.protoUI.resizeChildren @ webix_debug.js:4842 webix.protoUI.resizeChildren @ webix_debug.js:5311 webix.protoUI.removeView @ webix_debug.js:4810 FormatBreadCrumbs @ functions.js:44 logic.setBreadCrumbs @ reminder.js:86 logic.init @ reminder.js:48 (anonymous function) @ init.js:47 webix.EventSystem.callEvent @ webix_debug.js:542 webix.protoUI._show @ webix_debug.js:27317 webix.protoUI.show @ webix_debug.js:4531 (anonymous function) @ index.js:46 checkForChanges @ functions.js:112 ui.mainContent.rows.on.onMenuItemClick @ index.js:44 webix.EventSystem.callEvent @ webix_debug.js:542(anonymous function) @ webix_debug.js:28048 webix.EventSystem.callEvent @ webix_debug.js:542 webix.MouseEvents._mouseEvent @ webix_debug.js:5788 webix.MouseEvents._onClick @ webix_debug.js:5710 (anonymous function) @ webix_debug.js:241
Other details (browser, OS, CKEditor version, installed plugins)
version 4.5.5
Change History (1)
comment:1 Changed 7 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.5 |
First of all we don't support Webix.
Second, this is implementation issue or problem with CKEditor/Webix compatibility and I can’t classify that as CKEditor bug.
Please ask your question http://stackoverflow.com or try finding the source of the problem on your own.