Project

General

Profile

Actions

Feature proposal #2722

closed

implement dynamic character limit counting for WYSIWIG editor usage

Added by krileon over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
18 August 2011
Due date:
% Done:

100%

Estimated time:

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!

Actions #1

Updated by krileon over 12 years ago

  • 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.

Actions #2

Updated by krileon over 12 years ago

  • 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.

Actions #3

Updated by krileon over 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF