Greetings,
Since this is my first real post (other than some "me toos" on some threads yesterday) - Thank you for Umbraco!
I recently ran into the bug where the attributes of image elements get mangled if the path to the image doesn't begin with "/media". The fix (mentioned in this thread:
http://forum.umbraco.org/yaf_postst1472_HTML-Img-tag-properties-removed-when-saving-content.aspx) is to change the TinyMCE config to set "rel" equal to zero by default.
In addition to this costing me a couple hours in frustration, I'm not crazy about having all these unnecessary rel attributes on my images.
This is still present as of 3.0.5 - any plans for this to get fixed?
Thanks!