Development

#3532 (sfSimpleCMSSlotRichText)

You must first sign up to be able to contribute.

Ticket #3532 (new defect)

Opened 7 months ago

Last modified 1 month ago

sfSimpleCMSSlotRichText

Reported by: jamesmoey Assigned to: Kris.Wallsmith
Priority: minor Milestone: plugins
Component: sfSimpleCMSPlugin Version: 1.0.15
Keywords: Cc:
Qualification: Unreviewed

Description

In the getSlotEditor function, the return value is appending script first and then textarea field. This will cause problem in later version of TinyMCE editor, because textarea is unknown to browser yet when the script ran. A better way is to append script after the textarea field.

Change History

10/31/08 19:37:13 changed by Kris.Wallsmith

  • owner changed from francois to Kris.Wallsmith.