intanpalupidn / jquery-oembed

Automatically exported from code.google.com/p/jquery-oembed
0 stars 0 forks source link

JQuery 1.5 #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run it against JQuery 1.5
2.
3.

What is the expected output? What do you see instead?
Javascript falls over with:

jquery-1.5.js:478
Uncaught TypeError: Property 'type' of object function ( selector, context ) {
        // The jQuery object is actually just the init constructor 'enhanced'
        return new jQuery.fn.init( selector, context, rootjQuery );
    } is not a function

jquery-1.5.js:478
Uncaught TypeError: Property 'type' of object function ( selector, context ) {
        // The jQuery object is actually just the init constructor 'enhanced'
        return new jQuery.fn.init( selector, context, rootjQuery );
    } is not a function

What version of the product are you using? On what operating system?
1.0.5 against JQuery 1.5
Fedora/Chrome

Please provide any additional information below.
Resolved it with change to line 200

var oembed = $.extend(data);
-- change to -->
var oembed = $.extend(data,null);

Original issue reported on code.google.com by pistonhe...@googlemail.com on 4 Feb 2011 at 1:22

GoogleCodeExporter commented 8 years ago
Thank you Dave. I will update it as soon as possible.

Original comment by rchamo...@gmail.com on 4 Feb 2011 at 1:35

GoogleCodeExporter commented 8 years ago
yes please update for jQuery 1.5.1
big thanks 

Original comment by hiltowit...@gmail.com on 2 Mar 2011 at 11:34

GoogleCodeExporter commented 8 years ago
Hi,

I've found a similar bug for jQuery 1.6.0 (released 2 May 2011).

I'd love to see the suggested fix in the released jquery-oembed code.

Thanks,

Nick

Original comment by n.d.freear on 17 May 2011 at 11:20

GoogleCodeExporter commented 8 years ago
Have you tried the version jquery-oembed version 1.1?

http://code.google.com/p/jquery-oembed/downloads/detail?name=jquery.oembed.1.1.0
.zip&can=2&q=

Original comment by rchamo...@gmail.com on 17 May 2011 at 1:13

GoogleCodeExporter commented 8 years ago
Hi Richard,
Yes, my bad! I've upgraded my application to the r23 - all working OK.

Thanks for the continued work. Cheers,

Nick
http://freear.org.uk

Original comment by n.d.freear on 17 May 2011 at 2:53