Opened 12 years ago
Closed 10 years ago
#9676 closed bug (wontfix)
.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.
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Keywords: | needsreview added |
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 11 years ago by
Owner: | set to mikesherov |
---|---|
Status: | open → assigned |
comment:3 Changed 11 years ago by
Keywords: | needsreview removed |
---|
comment:4 Changed 10 years ago by
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/