-
Notifications
You must be signed in to change notification settings - Fork 19
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
Works in Firefox but not Chrome.... #3
Comments
Hi INF:
If you continue to have difficulty, please me a means to reproduce the issue - the easier the better. Like "use crossbrowsertesting.com to access this page using IE11 on Windows 8.1", where this page is your page illustrating the problem. I would certainly be glad to ensure that gevent continues to work across all modern browsers :) |
You're right, my problem isn't caused by gevent which, after stepping through the code in Chrome/debugging, I've been able to verify works just fine. I'll have to look elsewhere to figure out the bug. |
Cool. Thanks for confirming. My guess is you are seeing x-browser vageries. Try to use jQuery utilities to normalize as much as possible. Avoid underscore utilities in favor of jQuery utilities (I stopped using underscore because it is generally slower and less correct than jQuery, and the overlap is ~90% - not worth it!) |
After reading your SPA book I was inspired to use your subscribe/publish extension in my own simple program. It works splendidly in Firefox but published events appear to be ignored in Chrome (most current version). This occurs -- or more accurately doesn't occur -- in Chrome on both my PC and Android phone. (Firefox behaves as expected on both OS's.) And it only works some of the time (????) in IE11. Could the problem be that the event is registered against a jQuery collection within an iframe?
The text was updated successfully, but these errors were encountered: