Focus displayed input element in show_header_row()

pull/198/head
Aleksander Machniak 10 years ago
parent b4cbed71b3
commit a7343c243c

@ -1019,7 +1019,10 @@ function rcube_mail_ui()
row.show();
$('#' + which + '-link').hide();
layout_composeview();
$('input,textarea', row).focus();
return false;
}

Loading…
Cancel
Save