id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
9676	.toggle() on IE7 returns to zoom:1, not zoom:0	gavinward	mikesherov	"jQuery versions affected: 1.6.1 and older

Browser versions affected: IE7 only

jsFiddle: http://jsfiddle.net/rEgJW/

Code: http://pastebin.com/Wamscu0K

Forced IE version via IE Developer Tools or using:
<meta http-equiv=""X-UA-Compatible"" content=""IE=EmulateIE7"" />

When an element is toggled in IE7 the text appears different when it is shown again. The inline CSS for the toggled element is changed to ""zoom:1"". 

i.e.

<p id=""test"" style=""filter:   ; zoom: 1; display: block;"" jQuery16109774995025045603=""2"">

Changing the CSS dynamically to ""zoom:0"" afterwards fixes it."	bug	assigned	low	1.next	effects	1.6.1					
