mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-14 11:23:19 +00:00
(js,css) Resizable left column in attendees editor
Will not work in IE since it doesn't support the "resize" CSS property. Fixes #1479, #3667
This commit is contained in:
@@ -1666,6 +1666,12 @@ function onFreeBusyLoadHandler() {
|
||||
Event.observe(window, "resize", onWindowResize);
|
||||
$$('TABLE#freeBusy TD.freeBusyData DIV').first().observe("scroll", onScroll);
|
||||
scrollToEvent();
|
||||
|
||||
// Recompute dimensions of attendees cell (left size) and freebusy data cell (right size)
|
||||
// when the attendees cell is resized.
|
||||
new ResizeSensor($('freeBusyAttendees').parentNode, function() {
|
||||
onWindowResize(null);
|
||||
});
|
||||
}
|
||||
|
||||
document.observe("dom:loaded", onFreeBusyLoadHandler);
|
||||
|
||||
Reference in New Issue
Block a user