tracker issue : CF-4198244

select a category, or use search below
(searches all categories and all time range)
Title:

Generated FCKEditor link is not correct.

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Anton Bardin / Anton Bardin ()

Created: 01/08/2017

Components: AJAX

Versions: 11.0

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: 11,0,11 /

Priority/Frequency: Normal / All users will encounter

Locale/System: / Windows 7 64-bit

Vote Count: 1

Problem Description:

After update 11 application does not show reach text editor. It generates the following string:
<script type="text/javascript" src="/CFIDE/scripts/ajax/ckeditor/ckeditor.js"></script>

But it should be
<script type="text/javascript" src="/CFIDE/scripts/ajax/fckeditor/fckeditor.js"></script>

Steps to Reproduce:
- Apply update 11 in ColdFusion administrator.
- Add the following code:
<cftextarea class="flat" name="Message" richtext="yes" toolbar="Default" height="450" message="Please enter message"></cftextarea>

Actual Result:
It shows just small text area field.

Expected Result:
It should show reach text editor.

Any Workarounds:
?

Attachments:

Comments:

This is a duplicate bug of #CF-4198259, for the work-around please flow the instructions provided in the other bug CF-4198259.
Comment by Dattanand M.
1363 | March 21, 2017 06:23:14 AM GMT