Side navigation
#9676 closed bug (wontfix)
Opened June 27, 2011 11:24AM UTC
Closed June 29, 2013 08:10PM UTC
.toggle() on IE7 returns to zoom:1, not zoom:0
Reported by: | gavinward | Owned by: | mikesherov |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | effects | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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.
Attachments (0)
Change History (4)
Changed June 27, 2011 01:41PM UTC by comment:1
component: | unfiled → effects |
---|---|
keywords: | → needsreview |
priority: | undecided → low |
status: | new → open |
Changed May 29, 2012 01:43AM UTC by comment:2
owner: | → mikesherov |
---|---|
status: | open → assigned |
Changed May 29, 2012 01:43AM UTC by comment:3
keywords: | needsreview |
---|
Changed June 29, 2013 08:10PM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | assigned → closed |
Low impact bug on a low-marketshare browser and it looks like the fix would be bulky, so let's leave this one broken.
We wouldn't want to set zoom to 0, but perhaps we could remove the zoom setting when the animation is complete. Maybe gnarf could make this part of his pull for removing the filter after completion (https://github.com/jquery/jquery/pull/416).
http://jsfiddle.net/timmywil/rEgJW/4/