Feature proposal #2722
closed
implement dynamic character limit counting for WYSIWIG editor usage
Added by krileon over 13 years ago.
Updated about 13 years ago.
Start date:
18 August 2011
Description
WYSIWYG editor usage simply cuts the content short if it exceeds the limit. Implement counting and restrictions similar to the textarea usage if possible.
NOTE: May not function entirely as not all editors render their HTML the same!
- Status changed from New to Rejected
Impossible to implement as there's no event handlers for the content of the editor. WYSIWYG render inside of an iframe and the contents is contained in the body, which has no change or keypress events to hook into. Feature rejected.
- Status changed from Rejected to Resolved
- % Done changed from 0 to 100
Was able to implement counting and cutting of WYSIWYG editor content dynamically, but only on mouse enter and mouse exit of the WYSIWYG editor (which is required in order to click the button). Solution is more acceptable then no solution and functions for all editors.
- Status changed from Resolved to Closed
Also available in: Atom
PDF