Hello,
I am noticing a frequent Javascript error. IE shows this message: Line: 2
Error: Unable to get value of the property 'style': object is null or undefined
When I step into the debugger, this line is highlighted:
this.nav.mid.style.height=this.totalHeaderHeight()+"px"
I haven't been able to determine any possible causes from a data standpoint.
I notice this issue in both DayPilotMonth and DayPilotCalendar controls.
The Month control doesn't use a reference to this.nav.mid at all. If you are still seeing a JavaScript error with this new build, can you please post the error message?
Answer posted by Kyle 14 years ago.
That solved the problem for me. Thanks.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.