Disable widget drag handlers
Is there or could there be an option to not setup draghandlers on widgets? We don't need them in our system, we're currently hiding them in CSS, but still paying the setup cost (for my demo page holding 46 widgets, that's about 150ms: removing setupDragHandler
and positionDragHandler
lowers the editor initialization time from ~1400ms to ~1250ms)
Change History (5)
Milestone: |
→ CKEditor 4.3
|
Status: |
new →
confirmed
|
Owner: |
set to Piotrek Koszuliński
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Actually, I was planning to add such option. I'm aware that it's not always necessary and may be heavy, because it isn't implemented in very optimum way (#11001).