Side navigation
#10739 closed bug (wontfix)
Opened November 09, 2011 07:49PM UTC
Closed November 09, 2011 09:37PM UTC
Last modified March 14, 2012 10:57AM UTC
CSS get for zoom style does not work in IE7, IE8, inconsistent IE9
Reported by: | thedailynathan@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | css | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Example page: http://thedailynathan.com/files/jQuery/zoombug.html
I use jQuery 1.6.4 to set and then get the css zoom style.
In Chrome, it works as expected - I set and get 0.5
IE9 works, but a little weird - I set 0.5 and get back 50%. Would be better if I got back 0.5
IE7 and IE8, completely broken. Instead of any number related to the zoom ratio, I instead get a pixel value for what looks like the width of that element, e.g. 862px
Attachments (0)
Change History (2)
Changed November 09, 2011 07:56PM UTC by comment:1
Changed November 09, 2011 09:37PM UTC by comment:2
component: | unfiled → css |
---|---|
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
That is the computed value for zoom in IE6/7. Given that zoom is not supported in other browsers, I don't think we'll be digging into this.
Added an extra log statement showing that vanilla JS handles this fine