Skip to main content

Search and Top Navigation

#7881 closed bug (notabug)

Opened November 14, 2011 06:24PM UTC

Closed November 14, 2011 06:29PM UTC

datepicker gives jscript error at resolvewith (js script version 1.6.2)

Reported by: chitti76 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.core Version: 1.6rc2.6
Keywords: Cc:
Blocked by: Blocking:
Description

I get an error "Microsoft Jscript runtime error: Object doesnt support this property or method" at the resolvewith point, in the finally block.

Please help

********

code from js file below

********

resolve with given context and args

resolveWith: function( context, args ) {

if ( !cancelled && !fired && !firing ) {

make sure args are available (#8421)

args = args || [];

firing = 1;

try {

while( callbacks[ 0 ] ) {

callbacks.shift().apply( context, args );

}

}

finally

{ fired = [ context, args ];

firing = 0;

}

}

return this;

},

Attachments (0)
Change History (1)

Changed November 14, 2011 06:29PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

There's really no information at all here. Also, why are you using 1.6rc2.6? That doesn't even make sense.