Skip to main content

Bug Tracker

Side navigation

#4757 closed bug (invalid)

Opened June 12, 2009 07:09PM UTC

Closed June 13, 2010 02:58AM UTC

type missmatch in opera

Reported by: AzaToth Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: opera Cc:
Blocked by: Blocking:
Description

Event thread: click

Error:

name: TypeError

message: Statement on line 79: Type mismatch (usually non-object value supplied where object required)

Backtrace:

Line 79 of inline#2 script in http://bubba/admin/disk

if(self.hasClass('mounted')) {

... Line 2693 of linked script http://bubba/admin/views/default/_js/jquery.js

var ret = handler.apply(this, arguments);

... Line 2467 of linked script http://bubba/admin/views/default/_js/jquery.js

return typeof jQuery !== "undefined" && !jQuery.event.triggered ?

Attachments (0)
Change History (3)

Changed June 13, 2009 11:06PM UTC by AzaToth comment:1

forgot to codify the output:

Event thread: click
Error:
name: TypeError
message: Statement on line 79: Type mismatch (usually non-object value supplied where object required)
Backtrace:
Line 79 of inline#2 script in http://bubba/admin/disk
if(self.hasClass('mounted')) {
... Line 2693 of linked script http://bubba/admin/views/default/_js/jquery.js
var ret = handler.apply(this, arguments);
... Line 2467 of linked script http://bubba/admin/views/default/_js/jquery.js
return typeof jQuery !== "undefined" && !jQuery.event.triggered ?

Changed June 16, 2009 01:07AM UTC by dmethvin comment:2

Please attach a simple test case.

Changed June 13, 2010 02:58AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

If the problem still exists, please reopen and attach a test case.