hello

at least in mmbase 1.8 the htmlarea doesn't work so wel anymore.
for bold and italic it creats things like '<span style="font-weight: bold">'
and then in my-htmlarea.js in the function clean() <span> elements are removed completely and style elements are removed as well.

This is a bit odd. I suppose that in the past bold was just done like this: <b>

But it changed, and my-htmlarea.js was not updated. I have been looking but 
could not find a relevant bug in jira.

Is this a known problem?

I want to fix it, which can be done in twoo ways:

1 remove the offending lines in the clean() function
2 somehow make htmlarea use <b> and <i> tags again.

I don't know if either of those is preferable.

regards,

ernst

_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to