i installed new 6.2-x dev wysiwyg and some editors: ck, fck, tiny

now i want to create new page, all works fine.

source code is:

  • i
  • love
  • d
  • r
  • u
  • p
  • a
  • l

but after saving i see

i love d r u p a l

i disable all another filters, create new input types, reinstall module - nothing changes .. please help me to understand this issue

after many hours stuff wjth off/on modules & plugins i find what this error depends on BBcode plugin

CommentFileSizeAuthor
creating wys content with fck.PNG7.51 KBionmedia

Comments

twod’s picture

Status: Active » Closed (works as designed)

If you're saying that content is filtered out because you had the BBCode plugin enabled and that is a bug, it's not.
If an editor has a BBCode plugin, it usually makes the editor output things like [IMG]</img> instead of regular <code><img> tags. BBCode is a sort of simplified version of HTML, which does not have all its tags.

If you put things into the editor which it can't convert to BBCode, it will get removed before being sent to the server. Drupal itself does not know how to turn BBCode into regular code when viewing a node, so unless you have installed a BBCode input filter as well, not all of the content will be rendered. You'll just see the [B] and [IMG] tags. There is an FAQ entry for this here: http://drupal.org/node/417166#bbcode-enabled