[Vtigercrm-commits] [Vtiger development] #8289: Calendar not filling screen
Vtiger development
vtiger-tickets at trac.vtiger.com
Wed Oct 15 12:00:49 GMT 2014
#8289: Calendar not filling screen
----------------------------------+-------------------------
Reporter: support | Owner: developer
Type: Need More Info | Status: reopened
Priority: minor | Milestone: Unassigned
Component: vtigercrm | Version: 6.1.0
Severity: Medium | Resolution:
Keywords: blank space calendar |
----------------------------------+-------------------------
Comment (by support):
Myself i am using (now not so fresh anymore) Vtiger 6.1.0 GA
I have checked in IE11/Chrome/FireFox (all latest on Widnows 8.1) on
demo.vtiger.com.
All three have the issue in calendar.
I hacked together a fix for this issue bij editing
/libraries/fullcalendar/fullcalendar.js
Function: setHeight Line: 3126
if (viewHeight === undefined) {
var windowHeight = $(window).height();
height = windowHeight - 165;
}
Forcing the heigth option for calendar render.
Then the bottom of the calendar screen gets filled correctly.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8289#comment:6>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list