Roundcube Community Forum

 

0.1 - RC1 - no preview - Ctrl click opens tab Firefox

Started by rinvelt, May 18, 2007, 01:43:40 PM

Previous topic - Next topic

rinvelt

Just downloaded 0.1 RC1 and it looks like the preview panel did not make it into the release. Also I'm now getting a new tab opening when doing a Ctrl-click on email to select (at least in firefox). These both seemed to be working in the daily builds.

Alcedema

Aye, also getting design errors on Firefox. For example, the Address book contact handler (back/next) will appear over on the left hand side at the top, also the search box appeared at the bottom on the left at one point. It's back again now.

At first FireFox wouldnt let me change folders or tabs.

SNo0py

Is there still no HTML editor in Roundcube? :(

Other then that it works fine. HOpefully all these "Headers already send by..." errors are gone now.

smcallah

Yeah, the ctrl-click to select multiple emails for moving or deletion is annoying when it opens a firefox tab for every email.

Also, if you do a shift-click to select a range of emails, it will open the first email in its own firefox window. Thankfully, it doesn't open all of the emails that were shift-click selected.

And apparently, it does this in IE7 tabs also. A bit annoying. Especially the first time I did this and had 10 extra tabs in firefox with each email open that I didn't notice until later.

rinvelt

Anyone have a work around to the muli tab issue? It was working fine in some of the latest SVN version, so if must have been a late change.

jediknil

To fix the tab problem, change
Code (program/steps/mail/func.inc) Select
   $cont = sprintf('%s', Q(rcmail_url($action, array($uid_param=>$header->uid, '_mbox'=>$mbox))), $cont);to
Code (program/steps/mail/func.inc) Select
   $cont = sprintf('%s', Q(rcmail_url($action, array($uid_param=>$header->uid, '_mbox'=>$mbox))), $cont);
Note that there are two places in the file where you have to change this.

Have a nice day!