Web: Select summary field when editing component

Monotone-Parent: ae3345097f59fc699c864086217dff63e641ee3d
Monotone-Revision: e48539d48e55adfdd1d2fd81c389b3490d23aeaa

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-17T17:33:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-17 17:33:32 +00:00
parent bc7f50e0b4
commit 2691fe6389
@@ -142,6 +142,10 @@ function onComponentEditorLoad(event) {
onPopupRecurrenceWindow(null);
onPopupReminderWindow(null);
onSummaryChange (null);
var summary = $("summary");
summary.focus();
summary.selectText(0, summary.value.length);
}
function onSummaryChange (e) {