tags 452016 - unreproducible moreinfo thanks Hi guys,
After running into this bug, I spent a while debugging in Firefox with the DOM editor and error console. Even after editing the DOM to make the Save button sensitive, it doesn't actually have any defined action. I realised from the error console that there was a JavaScript error accessing the tinyMCE object, so the functions which sets up the button callbacks and makes them sensitive never get called. And the reason I don't have a TinyMCE object is because I don't have tinymce installed, so the include(.../tiny_mce_src.js) fails. So, installing tinymce and uncommenting the appropriate apache configuration as explained in README.Debian fixed this issue for me. It looks like the package has a patch to make it optional in the Compose screen, but needs a similar patch to the Identities (Edit and New) screens, or some preference about whether or not to use MCE editing isn't getting applied properly. Hope this helps. Regards, Rob