Author: nathangray
New Revision: 55655
URL: http://svn.stylite.de/viewvc/egroupware?rev=55655&view=rev
Log:
Slight improvement for printing calendar in Firefox - it shows start of workday now instead of 00:00
Modified:
trunk/calendar/js/et2_widget_timegrid.js
— trunk/calendar/js/et2_widget_timegrid.js (original)
+++ trunk/calendar/js/et2_widget_timegrid.js Wed Apr 6 20:31:13 2016
@@ -1906,11 +1906,22 @@
// For some reason the column’s method does not set it correctly in Chrome
day.header[0].style.width = day_width + ‘%’;
}
+
-
// Stop Firefox from scrolling the day to the top - this would break printing in Chrome
-
if (navigator.userAgent.match(/(firefox|safari|iceweasel)/i) && !navigator.userAgent.match(/chrome/i))
-
{
-
this.scrolling.children().css({
-
'transform':'translateY(-'+this.scrolling.scrollTop()+'px)',
-
'overflow': 'visible'
-
});
-
}
},
/**
- afterPrint: function() {}
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs