Focus displayed input element in show_header_row()

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

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

Loading…
Cancel
Save