id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
6073,$.data doesn't work on object's,greut,,"Slimbox (http://code.google.com/p/slimbox/source/browse/trunk/js/slimbox2.js#140) relies on $.data to store the old display state of an object tag. But this one doesn't work (I'm using Firefox/3.5.6 on Linux).


Actual result
-------------

{{{
>>> $.data($(""object"")[0], ""foo"", ""bar"");
>>> $.data($(""object"")[0], ""foo"")
}}}

Expected result
---------------

{{{
>>> $.data($(""object"")[0], ""foo"", ""bar"");
""bar""
>>> $.data($(""object"")[0], ""foo"")
""bar""
}}}

If needed, I can contribute to writing some tests even though they shouldn't be hard to do.

Cheers,",bug,closed,,1.4.2,data,1.4.1,wontfix,,,,
