search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

invalid argument exception when unlocking machine

Asked by Rhys
12 years ago.

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"

Comment posted by Rhys
12 years ago.

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

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.