mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Monotone-Parent: 5f136163cb35bf4d930f90a158464f4eb5e1d55e
Monotone-Revision: 8e7341cf427eb43d33db308380a8799e98fb9d93 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-06-02T19:01:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -60,12 +60,16 @@ function onContactKeydown(event) {
|
||||
preventDefault(event);
|
||||
if (this.confirmedValue)
|
||||
this.value = this.confirmedValue;
|
||||
if (this.uid)
|
||||
this.blur(); // triggers checkAttendee function call
|
||||
$(this).selectText(0, this.value.length);
|
||||
if (document.currentPopupMenu)
|
||||
hideMenu(document.currentPopupMenu);
|
||||
attendeesEditor.selectedIndex = -1;
|
||||
if (this.uid) {
|
||||
this.hasfreebusy = false;
|
||||
this.setAttribute ("modified", "1");
|
||||
this.blur(); // triggers checkAttendee function call
|
||||
}
|
||||
|
||||
}
|
||||
else if ($('attendeesMenu').getStyle('visibility') == 'visible') {
|
||||
attendeesEditor.currentField = this;
|
||||
@@ -449,9 +453,10 @@ function initializeWindowButtons() {
|
||||
buttons = $("freeBusyZoomButtons").childNodesWithTag("a");
|
||||
for (var i = 0; i < buttons.length; i++)
|
||||
buttons[i].observe("click", listRowMouseDownHandler, false);
|
||||
buttons = $("freeBusyButtons").childNodesWithTag("a");
|
||||
/* buttons = $("freeBusyButtons").childNodesWithTag("a");
|
||||
for (var i = 0; i < buttons.length; i++)
|
||||
buttons[i].observe("click", listRowMouseDownHandler, false);
|
||||
*/
|
||||
}
|
||||
|
||||
function onEditorOkClick(event) {
|
||||
|
||||
Reference in New Issue
Block a user