Jemt / Fit.UI

Fit.UI is a JavaScript based UI framework built on Object Oriented principles
http://fitui.org
GNU Lesser General Public License v3.0
19 stars 7 forks source link

HTML Editor: Improve performance #61

Closed FlowIT-JIT closed 2 years ago

FlowIT-JIT commented 5 years ago

Working with large amounts of data results in poor performance. Consider changing the following:

FlowIT-JIT commented 4 years ago

CKEditor has just been upgraded and we are now using an editable div rather than an iframe. So bullet no. 2 has been taken care of.

FlowIT-JIT commented 2 years ago

Fit.Controls.Input.DebounceOnChange(timeoutMilliseconds) was introduced in conjunction with #100.