I don't know if it's a problem of the module or the fckeditor component, but when I submit a form contain multiple editor instances (i.e. the "edit view" form in the settings) I get as result just a white page. The actions of the form-submission are carried out, it's just the display of the next page that's somehow broken.

If I interrupt the initialization of all the editors with [ESC] on page load, the problem doesn't occur ...

Comments

ontwerpwerk’s picture

Status: Active » Postponed (maintainer needs more info)

can you be more specific about what forms you get the double editors. I know of panels what does display multiple forms, but if it's more than just panels.module there might be more problems

(screenshots will help too)

ray007’s picture

Views module, edit view (path: admin/build/views/[viewname])
For page- and block-definition you get fields to supply "header", "footer", "empty text", makes 6 html-edit fields on this page.

And I also have custom content types with a multi-line html text field, which added to the standard body of a node makes at least 2 editors on those node-edit pages ...

ray007’s picture

OK, I think we can close the issue, it was a memory problem.
I changed the limit from 32M to 48M and now things seem to be fine.

ontwerpwerk’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

never knew memory limit could do that