mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 02:22:47 +00:00
- 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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user