Monotone-Parent: 4670a90c9e9ff683de9c0300911f03d344608d48

Monotone-Revision: 5d7a44d3b59de321eabbecb54aab769dad3132cc

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-15T04:41:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-15 04:41:06 +00:00
parent 9325ae4909
commit 1b5147bcae
3 changed files with 10 additions and 6 deletions

View File

@@ -785,8 +785,7 @@ function scrollDayView(scrollEvent) {
function onClickableCellsDblClick(event) {
newEvent(this, 'event');
event.cancelBubble = true;
event.returnValue = false;
Event.stop(event);
}
function refreshCalendarEvents(scrollEvent) {
@@ -1026,6 +1025,8 @@ function calendarDisplayCallback(http) {
for (var i = 0; i < days.length; i++) {
days[i].observe("click", onCalendarSelectDay);
days[i].observe("dblclick", onClickableCellsDblClick);
days[i].observe("selectstart", listRowMouseDownHandler);
//days[i].down(".dayHeader").observe("selectstart", listRowMouseDownHandler);
}
else {
var headerDivs = $("calendarHeader").childNodesWithTag("div");