Fixed FAQ custom field does not save if in BB Code Editor

Jon W

Well-known member
To replicate:
  1. Edit an existing resource or create new resource
  2. In the FAQ custom field, click the BB Code Editor button
  3. Type some text/code
  4. Click save
  5. Bug: FAQ is empty
 
This is actually a bug in XF itself. It only comes up when your editor textarea name is an array key (abc[xyz_html]). The plain textbox would be incorrectly translated to "abc[xyz" (no closing "]"). I've fixed this in 1.2.3. A temporary workaround should be switching back to the RTE before saving or disabling the RTE in your user options.
 
Top Bottom