- added code to handle cascading menus, drag handles (DIV separators) and a debugging log window;

Monotone-Parent: 71f5497685935ad02acaf78a809e3fbb32e91905
Monotone-Revision: 4b71e3eef15cd1ab9ca89e11d3ac734a8d821243

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-13T19:13:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-07-13 19:13:18 +00:00
parent 5c4a239224
commit 082212d13f
6 changed files with 266 additions and 13 deletions

View File

@@ -127,9 +127,15 @@ function addressFieldGotFocus(sender) {
idx = this.getIndexFromIdentifier(sender.id);
if ((lastIndex == idx) || (idx == 0)) return;
this.removeLastEditedRowIfEmpty();
return false;
}
function addressFieldLostFocus(sender) {
lastIndex = this.getIndexFromIdentifier(sender.id);
return false;
}
function removeLastEditedRowIfEmpty() {