Roundcube Community Forum

Release Support => Pending Issues => Topic started by: snowfly on February 18, 2009, 09:04:04 AM

Title: Focus on Compose & using TAB key
Post by: snowfly on February 18, 2009, 09:04:04 AM
I've got a problem with my recently installed 0.2 stable version of Roundcube.

When replying to a plain text email, the cursor focuses directly at the start of the reply.
BUT, when replying to an HTML email, the cursor does not focus in the compose window.

Is this a bug with line 1657 (approx) of app.js:
tinyMCE.get("compose-body").focus();

How can I get tinyMCE to focus when replying to an HTML email?


Secondly, when composing a new plain text email, you can press TAB to cycle from To, Subject, and then to the Body text areas.

BUT when composing an HTML email, pressing TAB in the subject field, it jumps straight to the 'Send' button, bypassing the tinyMCE editor.

How can I fix this so pressing TAB from subject goes to the message body?

Thanks
Mike