Download & Extend

FCKeditor settings - error highlights wrong field

Project:FCKeditor - WYSIWYG HTML editor
Version:6.x-1.3-rc7
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

On admin/settings/fckeditor/editg (Edit Global Profile), if I make a mistake entering data in the "Force simplified toolbar on the following fields" field ('simple_incl_fields'), it gives me an error message, but highlights the wrong field.

To fix, in fckeditor.module, change line 500 from:
$errors['excl_fields'] = t("Invalid field specified: %1", array("%1" => $field));
to:
$errors['simple_incl_fields'] = t("Invalid field specified: %1", array("%1" => $field));

Comments

#1

Status:active» fixed

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.