Opened 10 years ago
Closed 10 years ago
#12336 closed Bug (expired)
Multiple CKEditor instances in one page loading problem in Internet Explorer 8 and 9 versions.
Reported by: | Raghavender Reddy B | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi,
We have around 50 CkEditors in our Web Page, the web page is divided into two sections. Initially all the ckeditors are loaded in the right side section of the webpage and when selected anyone of the ckeditor from the right side of the page, then the selected ckeditor is moved to the left side of the page. The selection and moving to the left side of the page and constructing the ckeditors again when the page gets reloaded, this entire action is taking around 10 to 15 seconds of time to reload all the ckeditors. The ckeditors construction while reloading the page is taking more time (around 10 to 15 seconds) and this issue is occurring only in Internet Explorer 8 and 9 versions. Whereas in Chrome or Safari (also in Internet Explorer 10 & 11 versions) this entire action is taking around 3 to 5 seconds in reloading and constructing all the ckeditors.
Attached a screen capture of the web page for your reference.
The following are scripts details loading in the webpage:
<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> jquery-ui.css jquery-ui-1.8rc1.custom.css editor.css
prototype.js jquery-1.4.3.min.js jquery-ui.min.js jquery-1.4.1.min.js jquery-ui-1.8rc1.custom.min.js ckeditor.js config.js en.js
Any help would be appreciated.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | ckeditors_webpage_screencapture.jpg added |
---|
comment:1 Changed 10 years ago by
Status: | new → pending |
---|---|
Version: | 3.6.2 |
CKEditor 3.x is not supported any more. In CKEditor 4.x we improved performance significantly and created online builder which allows to optimize CKEditor package, what will affect performance.
Please upgrade CKEditor and let us know if it helped. Note that initializing 50 editors on page load is not recommended simply because it's wasteful - user won't use all of them. Additionally, old IEs have their limits and as you wrote - this doesn't happen on modern browsers.
comment:2 Changed 10 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Multiple CkEditors in one webpage screen capture