HomeHelpTrac

Ticket #1372 (new enhancement)

Opened 3 years ago

Last modified 15 months ago

Remake TinyMCE initialization

Reported by: AlexT Owned by: somebody
Priority: critical Milestone: Dolphin 8.0 (Sundance)
Keywords: Cc:

Description (last modified by AlexT) (diff)

Now Tinymce area is attached to all predefined list of areas:

$this -> aTinyMceSelectors = array('group_edit_html', 'story_edit_area', 'classfiedsTextArea', 'blogText', 'comment_textarea', 'form_input_html');

this mechanism is wrong and has to be redesigned: every code where tinymce is used must attach tinymce area explicitly, also make sure that tinymce area is initialized once, or different global variables are used at least.


Also it must be a possibility to easily integrate different html editor

Change History

comment:1 Changed 3 years ago by AlexT

  • Description modified (diff)

comment:2 Changed 15 months ago by AlexT

  • Priority changed from major to critical

comment:3 Changed 15 months ago by AlexT

  • Type changed from defect to enhancement
Note: See TracTickets for help on using tickets.