Well, the subject says it all... doesn't it ;)
I would usually file this under "normal", but as I am about to deploy drupal and let users hammer away on it very soon, it would be nice to have this fixed soon. I know the phone will start ringing in my office the minute they start testing the system ... as usual ;)

I have tracked down the problem to the function called "_filter_xss_split" in "modules/filter.module". However I have not yet deciphered each line in there yet so could not find the culprit. I'll continue my digging though. After a noice cup of coffee... ;)

Comments

exhuma’s picture

Status: Active » Closed (won't fix)

Bah. I am sooo bloddy stupid. This really is not a drupal bug. It's just that TinyMCE uses the deprecated "i" tag for italics instead of "em". And the "i" tag is not in the default list of allowed tags.

I wonder why TinyMCE then uses the "strong" tag instead of "b". Consistency guys, consistency ;)