Monotone-Parent: 47696beae1f727f105c84083c575020ef044e2b6

Monotone-Revision: d16063f8ea6ebe88ac444340d819404443d826dd

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-26T21:16:00
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-26 21:16:00 +00:00
parent 04e82c1971
commit 0b3877d3ca
5 changed files with 42 additions and 12 deletions

View File

@@ -161,7 +161,7 @@ function clickedEditorSend(sender) {
window.shouldPreserve = true;
document.pageform.action = "send";
document.pageform.submit();
return false;
}
@@ -256,7 +256,7 @@ function onTextFocus() {
}
if (signatureLength > 0) {
var length = this.getValue().length - signatureLength - 1;
this.setSelectionRange(length, length);
this.selectText(length, length);
}
Event.stopObserving(this, "focus", onTextFocus);
}