Page 1 of 1

FPS/State Missing in Montage on ZM 1.24.3

Posted: Sun Dec 05, 2010 6:18 am
by Dreded
Well as the title says.. I just installed Zoneminder 1.24.3 to test it out and noticed the montage view doesnt show FPS or state.. after a few hours trying to track down why, I figured id ask the wonderful intelligence that is the forum :p

also the Layout CSS isnt persistent... it shows the correct layout that it grabs from the cookie but until a different layout is selected and then switched back it shows the default layout

Posted: Mon Dec 06, 2010 11:06 pm
by nik0s
I can confirm this issue. The fps missing is not much of a deal but the montage not getting its layout straight is pretty big

Posted: Tue Dec 07, 2010 3:51 pm
by nik0s
adding an object check in javascript seems to fix the montage layout

line 4417 in tools/mootols/mootools-more.js

add:

if (req==undefined) return this;

I have no idea if returning "this" breaks any kind of code contracts later on in the chain but at least montage works.