-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
JS fixes #491
Conversation
I've uploaded all my PRs merged changes to http://xhmikosr.github.io/ for testing live with as many browsers as possible. One thing with the current PR is that I believe we should also set the unprefixed properties. Also, the transition duration doesn't seem to work for Firefox. Anyway, I'm waiting for feedback in my PRs and let me know if you notice any regressions. |
Nice. The only thing I still see that doesn't work in Firefox is the Push example. |
I'm seeing a couple of issues in Chrome and Firefox.
I say we keep jamming on this for the next release. |
This isn't ready... I say it in the OP. Plus I don't really like my approach, but until I have something better I'm keeping this open. EDIT:
|
@hnrch02: any thoughts on this? Seems everyone else isn't available and this patch is very important to ensure everything works on most browsers. Only thing I don't like is duplicating |
Looks fine to me. Some way to share |
The reason I didn't make that separate is I don't know if the new file will be redundant or not... Otherwise I'll merge this as it is. |
How about we just merge this as it is and leave the refactoring for another PR? I'm not sure when I'll have some time to do it myself and it's a pity for Rachet to partially work. |
Yes i think it would be easy to do it in a separate RP. I'll work on it |
@XhmikosR Fine by me. |
@Johann-S: please CC me if you make a PR to refactor stuff. |
Personally I believe the refactoring should come first and the other PR
|
This is totally a WIP, but it works for me in both Firefox and Chome without any
TypeError
s./CC @connor @connors @fat
Any suggestions are welcome.
PS. IE is broken after #446