Author Topic: Lost editor features with upgrade to 0.1 Stable (editor type: html)  (Read 3244 times)

Offline markkrawec

  • Newbie
  • *
  • Posts: 3
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

Offline till

  • Jr. Member
  • **
  • Posts: 49
Re: Lost editor features with upgrade to 0.1 Stable (editor type: html)
« Reply #1 on: March 23, 2008, 05:01:21 PM »
You have to re-enable it in your config. It's turned off by default.

Offline markkrawec

  • Newbie
  • *
  • Posts: 3
Re: Lost editor features with upgrade to 0.1 Stable (editor type: html)
« Reply #2 on: March 24, 2008, 11:19:47 AM »
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

Offline till

  • Jr. Member
  • **
  • Posts: 49
Re: Lost editor features with upgrade to 0.1 Stable (editor type: html)
« Reply #3 on: March 24, 2008, 09:04:42 PM »
As far as I can remember that's all. And it works here.

Maybe your browser?

Offline markkrawec

  • Newbie
  • *
  • Posts: 3
Re: Lost editor features with upgrade to 0.1 Stable (editor type: html)
« Reply #4 on: March 25, 2008, 10:41:12 AM »
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