yyx990803 / zoomerang

drop in zoom anything

Home Page:http://yyx990803.github.io/zoomerang/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safari scaling issue

electerious opened this issue · comments

Hi,

there is something wrong with Safari (OS X 10.9, Safari 7.0.1).
zoomerang js
It seems like this issue is produced by the browser, but I'm not sure. The text and images are only a scaled-up version of the original element.

Yeah this is caused by the way Safari deals with transform scaling. I guess Safari's Webkit and Blink has now diverged quite a bit. As long as I'm using CSS transforms, there's nothing much I can do about this.

Ok... looks like this only happens when the element has position: fixed. Quirky behavior still, but I might find a workaround when I have time.

fixed in 00e03a3