FCKeditor settings - error highlights wrong field

BerkeleyJon - February 13, 2009 - 19:48
Project:FCKeditor - WYSIWYG HTML editor
Version:6.x-1.3-rc7
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed
Description

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));

#1

wwalc - February 16, 2009 - 17:33
Status:active» fixed

#2

System Message - March 2, 2009 - 17:40
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.