onaluf / gameQuery

a javascript game engine with jQuery
http://gamequeryjs.com
633 stars 161 forks source link

This seems to make transforms work more reliably on chrome (and I assume other browsers) #2

Closed andyburke closed 12 years ago

andyburke commented 13 years ago

Since MozTransform, WebkitTransform and -o-transform all seem to take the same format, just set them all.

Then if we need to, set the 'filter' settings.

onaluf commented 12 years ago

I cannot reproduce this issue... Do you have a reduce test case? Do you experience the problem with the test pages (https://github.com/onaluf/gameQuery/tree/master/tests/human/transformation)?

(ed: corrected the link)

FostUK commented 12 years ago

Yes both those tests fail on Google Chrome (windows) for me.

onaluf commented 12 years ago

Ok strange, I'm in the process of installing a few VMs to test gQ on (I've got a Mac and it runes good there). What version of windows do you use? (vista, 7, 32/64bit). Is your chrome the last version from the stable channel or do you use a beta version?

Le 8 mars 2012 à 10:35, FostUK reply@reply.github.com a écrit :

Yes both those tests fail on Google Chrome (windows) for me.


Reply to this email directly or view it on GitHub: https://github.com/onaluf/gameQuery/pull/2#issuecomment-4388355

FostUK commented 12 years ago

Tested these on Win 7 64 and 32bit. Latest public Chrome - FAILS Latest public Safari - FAILS IE9 - FAILS Firefox 10 - WORKS

The code change from Andy burke appears to fix all these.

FostUK commented 12 years ago

I think you can probably close this issue with 0.6. I've been testing the release candidate and the new transform functions seem to work fine on win Firefox and Chrome (sorry, I can't test on safari and IE as my game is broken for other reasons on those browsers)

onaluf commented 12 years ago

I too couldn't reproduce this on my VM... So I close this but if the problem reappear I'll look into it in more details.