jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

chrome43 but were moving in now stuck in chrome44. Solution Would you have any? #179

Open jin35rf opened 9 years ago

FlorianBruniaux commented 9 years ago

Hello, same problem here.

No problem with Chrome 43, but now, with the upgrade 44, it does not work (no transitions ...)

Thank you in advance ;)

Thoum commented 9 years ago

Same problem here since i updated yesterday to chrome 44.

Thanks in advance !

FlorianBruniaux commented 9 years ago

Is there a way to show errors ? To understand where it blocks ...

jin35rf commented 9 years ago

Also stuck the individual site.

http://jmpressjs.github.io/jmpress.js/

vontell commented 9 years ago

Same issue here

vontell commented 9 years ago

Any leads on this problem?

modiyash commented 9 years ago

Jmpress just stopped working one fine day. Just checked that I do have Chrome 44 like everyone else here. Maybe that is the issue.

deanshub commented 9 years ago

Hi, I had the same problem, until @sokra will take a look my quick fix is changing the line

        return "-" + prefix + "-" + postfix;

in the jmpress.js file in the mapProperty function, to this line

        return (prefix!=="")?"-" + prefix + "-" + postfix:postfix;
jin35rf commented 9 years ago

deanshub > Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

tanmayrajani commented 9 years ago

@deanshub Will that still work on older versions of chrome?

deanshub commented 9 years ago

yes it should, let me know if you have any problems with the fix and i'll try to help

rendermouse commented 9 years ago

@deanshub's fix solved my problem, too. Thanks!

12343954 commented 8 years ago

@deanshub ,Thank you so much !!!!!!!!!!!!!!