mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user