Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong vendor prefix for IE, different syntaxes for transform: matrix() #4

Merged
merged 1 commit into from
Aug 31, 2011
Merged

Conversation

coreh
Copy link
Contributor

@coreh coreh commented Aug 31, 2011

Hey guys, great work on the library!

One issue I'm having right now is that it currently uses the MS vendor prefix for IE, but the one used by Microsoft is actually ms (lowercased). That makes the transforms in IE9 fallback to filter:DXTransform, which is super slow and buggy.

Another issue I'm having is that there are two different syntaxes for the transform property. The one proposed by mozilla accepts units on the tx and ty components of the matrix, while the one proposed by Webkit does not. Strangely enough, Webkit seems to accept mozilla syntax just fine now, but IE only seems to accept the Webkit syntax. I made some changes on the library to reflect this, and I'm issuing a pull request.

jtaby added a commit that referenced this pull request Aug 31, 2011
Wrong vendor prefix for IE, different syntaxes for transform: matrix()
@jtaby jtaby merged commit b78ec3a into sproutcore:master Aug 31, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants