id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
11913	clone().show() does not revert to original CSS display property, show().clone() does.	pnegahdar@…		"TEST: http://jsfiddle.net/bsnxp/1/
What it does:
   - Hides the div (you can also start it using display: none on the main div)
   - clone().show() replaces the div html with display: block (not original css display: inline-block)
   -show().clone() replaces the div html back to original css display property (inline-block)
 
What I expected it to do:
    -clone.show() should behave like show().clone() and return the original css display property (not block). The jquery documentation on show() states: ""except that the display property is restored to whatever it was initially"" "	bug	closed	undecided	None	unfiled	1.7.2	cantfix				
