Opened 16 years ago
Closed 16 years ago
#3266 closed Bug (fixed)
Minimize the usage of the _cke_expando attribute
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
Our DOM API currently forces the creation or the _cke_expando property for every DOM object created.
In IE, this property becomes an attribute into the DOM. So, this situation is causing a huge performance impact in the code.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 3266.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
We are creating that expando property in the object constructor just because of the CKEDITOR.event object. There is no need of it, and a much sleek solution is proposed in this patch.