Ticket #974 (closed defect: duplicate)
arguments.callee.caller._parent_ error in Opera 9.27
| Reported by: | bundyo | Owned by: | |
|---|---|---|---|
| Type: | defect | Priority: | major |
| Milestone: | Mootools version 1.2 | Component: | Core |
| Keywords: | _parent_ | Cc: |
Description
This line (1131) from SVN 1535 is spewing an error in Opera 9.27 (didn't test with others), while SVN 1482 is running fine:
return arguments.callee.caller._parent_.apply(this, arguments);
The error backtrace is:
Event thread: mousedown
Error:
name: TypeError?
message: Statement on line 1131: Could not convert undefined or null to object
Backtrace:
Line 1131 of linked script http://10.2.127.122/sadtool/modules/mootools1535nc.js
return arguments.callee.caller._parent_.apply(this, arguments);
Line 4507 of linked script http://10.2.127.122/sadtool/modules/mootools1535nc.js
this.parent(element, options);
Line 1075 of linked script http://10.2.127.122/sadtool/modules/mootools1535nc.js
var self = this.initialize ? this.initialize.apply(this, arguments) : this;
Line 4578 of linked script http://10.2.127.122/sadtool/modules/mootools1535nc.js
return new Drag.Move(this, options);
Line 1829 of inline#1 script in http://10.2.127.122/sadtool/
var drag = par.makeDraggable({droppables : [drop], handle : item});
Line 1944 of linked script http://10.2.127.122/sadtool/modules/mootools1535nc.js
if (condition.call(self, event) === false)
At unknown location
[statement source code not available]