id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
7608,"Opera 10.63 - animate width fails when inline style initialized to ""width: 0%""",mechismo,rwaldron,"Line 5407 appears to be the culprit. Worked in 1.4.3 but a re-factor in 1.4.4 (lines 5475 - 5526) results in elem.runtimeStyle being queried however this property not supported by Opera:

Uncaught exception: TypeError: Cannot convert 'a.runtimeStyle' to object


{{{
<div style=""width: 200px;border:solid 1px red;"">
    <div  id=""test"" style=""width:0%; background:#000;"">&nbsp;</div>
</div>
<script type=""text/javascript"">
    $(function () {
        var val = 50;
	$(""#test"").animate( { width: val }, 1000);
    });
</script>
}}}
Working example here: http://jsfiddle.net/Kc87a/1/",bug,closed,blocker,1.5,css,1.4.4,fixed,regression,,,
