Home Unanswered Active Tags New Question

invalid argument exception when unlocking machine

Hi,

I keep getting an invalid argument exception when unlocking my machine if I have the scheduler open. The error happens in the following function: -

this.updateHeight=function(){
if(this.nav.scroll){
this.nav.scroll.style.height=this.getScrollableHeight()+"px";
this.scrollHeight=$b.nav.scroll.clientHeight;
}
};

the error is happeining on the following line

this.nav.scroll.style.height=this.getScrollableHeight()+"px";

this.getScrollableHeight()+"px" returns "-24px"

Asked by Rhys 7 months ago.
Replies

Has anyone else came across this issue or know of a fix for the bug?

Comment posted by Rhys 6 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java