I think I have made that point before.
I think removing formatting from FCK editor is a regressive.
I handle output of description so it does not break the page.
Virtually every description I have has Bold, color, and other formatting.
I have over 1100 products on my autoparts store site, and no broken pages
that I know of.
I have a 1 line description in category, 3 line lines in latest/featured/specials,
and product description is handled by formatting routines.
If you want to look at it, I just posted a module for related products.
http://forum.opencart.com/index.php/topic,2160.0.html
It is located in library, application the file is string_modify.php
This file has routines to prevent HTML errors and allow formating to
be included in chopped descriptions.
I think we have an acceptable Editor in FCK, we just need to control the output.