Merge pull request #5184 from guitarmanusa/compose_focus

Implements 'scroll by keyboard #5139'
pull/5248/head
Aleksander Machniak 8 years ago
commit 5b3a86da57

@ -172,6 +172,10 @@ function rcube_mail_ui()
if (get_pref('previewheaders') == '1') {
toggle_preview_headers();
}
if (rcmail.env.action == 'show') {
$('#messagecontent').focus()
}
}
else if (rcmail.env.action == 'compose') {
rcmail.addEventListener('aftersend-attachment', show_uploadform)

Loading…
Cancel
Save