Roundcube Community Forum

 

Lost editor features with upgrade to 0.1 Stable (editor type: html)

Started by markkrawec, March 22, 2008, 04:18:15 PM

Previous topic - Next topic

markkrawec

After upgrading from rc2 I've lost a lot of the editor buttons when I compose or reply to an email using the html editor. I've tried the upgrade several times and did a fresh install. Under rc2 I had two rows of buttons. With 0.1 I've got one row and buttons like "insert/edit link" are missing. I don't remember installing any special skins or plugins to get the additional buttons and I'm lost as to how to restore them.

Thanks for any help,

Mark

till

You have to re-enable it in your config. It's turned off by default.

markkrawec

Thanks but I don't think that's it unless there's another config change I need to make.

From main.inc.php:

// prefer displaying HTML messages
$rcmail_config['prefer_html'] = TRUE;

// compose html formatted messages by default
$rcmail_config['htmleditor'] = true;

Please let me know if there's something else I need to change.

Mark

till

As far as I can remember that's all. And it works here.

Maybe your browser?

markkrawec

The issue only happens with 0.1 stable. With rc2 it is fine.
I've tried it with IE and Firefox from two different machines,
 and it's consistent:

0.1 stable: 1 row of editor buttons
rc2: 2 rows of editor buttons

I do get the following error in my apache logs:

[Tue Mar 25 07:31:54 2008] [error] [client ##.##.##.##] File does not exist: /www/docs/mail/roundcubemail/program/js/tiny_mce/themes/advanced/css/editor_content.css, referer: https://host.#####.com/?_task=mail&_action=compose

This file is not in the 0.1 stable distribution that I downloaded:

tar tvfz roundcubemail-0.1.tar.gz |grep css

-rw-r--r-- tb/admin    5666 2007-12-10 20:20:01 roundcubemail-0.1/program/js/tiny_mce/themes/advanced/css/editor_popup.css
-rw-r--r-- tb/admin    1320 2006-09-13 20:49:28 roundcubemail-0.1/program/js/tiny_mce/themes/advanced/docs/en/style.css


Should I report this as a bug?

Thanks,

Mark