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: