mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 10:25:08 +00:00
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:
@@ -552,7 +552,8 @@ DIV.monthView DIV.day
|
||||
border-left: 2px solid #ccc;
|
||||
border-top: 2px solid #ccc;
|
||||
min-height: 4em;
|
||||
overflow: auto; }
|
||||
overflow: auto;
|
||||
overflow-x: hidden; }
|
||||
|
||||
DIV.selectedDay,
|
||||
DIV.selectedDay DIV.dayHeader
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user