id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
7265	jquery 1.4.3 obj.css('width') returns false value	kricoune@…		"I am creating an object with this code line:
{{{
var mynewobj = jQuery('#myTemplate').clone();
}}}

then I am adding some attr and styles like this:
{{{
mynewobj.attr(""id"", options.name);
mynewobj.css(""z-ndex"",currentZIndex++);
mynewobj.css(""width"",(options.dimention.width+10)+""px"");
mynewobj.css(""height"",(options.dimention.height+56)+""px""); 
}}}

now if I ask the width of my new object '''mynewobj''' like this:
{{{
mynewobj.css('width');
}}}
 the result is ""0px"". when if I am using JQUERY 1.4.2 it works just fine and returns the correct width.
p.s when I check the style of this object in the DOM by using ""firebug"" in firefox browser it shows that it has the correct css width attribute.
"	bug	closed	undecided	1.5	unfiled	1.4.3	duplicate				
