RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > SVN Releases > Issues & Bugs

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 12-04-2006, 04:49 PM
Registered User
 
Join Date: Oct 2006
Posts: 84
Downloads: 0
Uploads: 0
Default SVN391 - three bugs

Hi there, first of all great work. I just updated to 391 and found two small errors.

Bugs
1. Main overview list: The code below gives an error because of the ' symbol in the senders mail address in IE7. I think this has to be escaped. See the ' in mangingHoff's@aacfcu.com after the double f
Code:
<td class="from"><a href="mailto:mangingHoff's@aacfcu.com" 
onclick="return rcmail.command('compose','mangingHoff's@aacfcu.com',this)" 
class="rcmContactAddress" title="mangingHoff's@aacfcu.com">
Shannon Castro</a></td>
2. Main overview list: The preview pane is cool - I noticed a small change. When I click the DEL button, then the message is not deleted anymore, up and down keys dont work either. I think this is very important for quick browsing through the messages

3. Main overview list: The preview pane is only about 150px high in IE7, and there is still about 300px available (which is at the moment empty

Requests
1. HTML editor: The std mail HTML format is a small font type. Any way to save this also using AJAX when you change? Or set by default?

2. HTML editor: When I hit enter I see two newlines instead of one.

3. HTML editor: Is there a way for a more concise editing buttons list in the editor - and maybe and advanced. It seems very crowded and in my current offline email program I dont even use so many options

4. General remark: There is a box around all the checkboxes. Is this correct - can we alter CSS for the checkbox only?

Just some feedback.. hope it helps for the better of roundcube
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 12-17-2006, 11:59 PM
Registered User
 
Join Date: Dec 2006
Posts: 77
Downloads: 0
Uploads: 0
Default Re: SVN391 - three bugs

A little info for you in reference to the bugs you have noticed:

#1 - I thought I had seen a trouble ticket for this at one time, but I can't find it now. You may want to search through the closed trouble tickets and if you can't find one similar to that, open a new ticket.

#2 - This has been noticed by a lot of people (myself included) and has an open trouble ticket - http://trac.roundcube.net/trac.cgi/ticket/1484138

#3 - Should be fixed as of SVN revision 406 http://trac.roundcube.net/trac.cgi/changeset/406 - It works for me now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 10-01-2007, 07:23 PM
Registered User
 
Join Date: Aug 2007
Posts: 2
Downloads: 0
Uploads: 0
Default Re: SVN391 - three bugs

Hello all,

I've been playing around a bit with the focus on preview iframe and found a solution that works for me!

In app.js around line 200 we have:

Code:
window.focus()
This is also executed inside the Iframe....

I've replaced it by:
Code:
  if (this.env.framed && window.parent)
   {
    window.parent.focus();
   }
  else 
   { 
    window.focus();
   }
And the delete an arrow keys keep working.
hope it helps someone

Alex





Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 12:59 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community