This may not correspond exactly, but I had a very similar problem. Turned off the object to which I was trying to bind an event handler was undefined.
// objTbl is undefined -> 'registry is undefined' error Event.observe(objTbl.rows[i], 'mousedown', getClick);error
I assume that this type of error usually returns to an object or to an undefined processing function.
jtpereyda
source share